COLOR #00359A

HEX: #00359A
RGB: (0,53,154)

Renk bilgisi

#00359A contains mainly blue color. #00359A ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#00359A color RGB value is (0,53,154).

  • kırmız ton 0;
  • yeşil ton 53;
  • mavi ton 154.
RGB:
(0,53,154)
(0%,21%,60%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 53 of 255 = 21%
B 154 of 255 = 60%

0
53
154

R + G + B ~ 27%. #00359A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 53 + 154 = 207 (100%)
R 0 of 207 ~ 0%
G 53 of 207 ~ 25.6%
B 154 of 207 ~ 74.4%

%25.6
%74.4

CMYK RENK MODELİ

#00359A rengi CMYK tonu (100,66,0,40).

  • camgöbeği tonu 100.00%
  • eflatun tonu 65.58%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(100,66,0,40)
C100M66Y0K40 
(100%,66%,0%,40%)
(1.00/0.66/0.00/0.40)	

CMYK yüzdeleri

%100
%65.58
%0
%39.61

Codes

Color #00359A in popluar color models

00359A
RGB053154
HSL219°100.00%30.20%
HSB/HSV219°100.00%60.39%
CMYK100.00%65.58%0.00%
39.61%

Color #00359A in popluar number systems.

HEX00359A
Decimal053154
Binary011010110011010
Octal065232

Shades and tints

Shades of #00359A

#00359A
(0,53,154)
#00318C
(0,49,140)
#002D7E
(0,45,126)
#002970
(0,41,112)
#002562
(0,37,98)
#002154
(0,33,84)
#001D46
(0,29,70)
#001938
(0,25,56)
#00152A
(0,21,42)
#00111C
(0,17,28)
#000D0E
(0,13,14)
#000000
(0,0,0)

Tints of #00359A

#00359A
(0,53,154)
#1747A3
(23,71,163)
#2E59AC
(46,89,172)
#456BB5
(69,107,181)
#5C7DBE
(92,125,190)
#738FC7
(115,143,199)
#8AA1D0
(138,161,208)
#A1B3D9
(161,179,217)
#B8C5E2
(184,197,226)
#CFD7EB
(207,215,235)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00359A color. Also use rgb(0,53,154) instead hex code.

Text Font Color

.myTextColor { color: #00359A; }

<p style="color:#00359A">This sample text font color is #00359A.</p>

This text font color is #00359A.


Background Color

.myBgColor { background-color: #00359A; }

<div style="background-color:#00359A">Inner text</div>

This div background color is #00359A.


Border color

.myBorderColor { border: 1px solid #00359A; }

<div style="border:3px solid #00359A">Div</div>

This div border color is #00359A.


Opacity

.myOpacity80 { color: #00359A; opacity: 0.8; }

<p style="color:#00359A;opacity:0.8;">80%</p>

Text with #00359A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00359A;}

<p style="text-shadow: 3px 3px 1px #00359A">Text here.</p>

This text has shadow with #00359A color.

.textShadow {text-shadow: 3px 3px 1px #00359A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00359A, 5px 5px 20px red">Text here.</p>

This text has shadow with #00359A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00359A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00359A, Direction=45, Strength=4)">Text</p>

This text has shadow with #00359A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00359A;
  -webkit-box-shadow:	1px 1px 3px 2px #00359A;
  box-shadow:		1px 1px 3px 2px #00359A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00359A;
-webkit-box-shadow: 1px 1px 3px 2px #00359A;
box-shadow:1px 1px 3px 2px #00359A;">
Div content here</div>
This div box has shadow with color #00359A.

Preview

Color preview on black background

This text has color #00359A on black background.


Color preview on white background

This text has color #00359A on white background.



Black color preview on #00359A background

This text has black color on #00359A background.


White color preview on #00359A background

This text has white color on #00359A background.