COLOR #0C204E

HEX: #0C204E
RGB: (12,32,78)

Color info

#0C204E contains mainly green and blue colors. Web safe color of #0C204E is #003366 (or #036).

RGB color model

#0C204E color RGB value is (12,32,78).

  • red value is 12;
  • green value is 32;
  • blue value is 78.
RGB:
(12,32,78)
(5%,13%,31%)

RGB channels and saturation

R 12 of 255 = 5%
G 32 of 255 = 13%
B 78 of 255 = 31%

12
32
78

R + G + B ~ 16%. #0C204E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 32 + 78 = 122 (100%)
R 12 of 122 ~ 9.84%
G 32 of 122 ~ 26.23%
B 78 of 122 ~ 63.93%

%9.84
%26.23
%63.93

CMYK color model

#0C204E color CMYK value is (85,59,0,69).

  • cyan value is 84.62%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(85,59,0,69)
C85M59Y0K69 
(85%,59%,0%,69%)
(0.85/0.59/0.00/0.69)	

CMYK percentages

%84.62
%58.97
%0
%69.41

Codes

Color #0C204E in popluar color models

0C204E
RGB123278
HSL222°73.33%17.65%
HSB/HSV222°84.62%30.59%
CMYK84.62%58.97%0.00%
69.41%

Color #0C204E in popluar number systems.

HEX0C204E
Decimal123278
Binary11001000001001110
Octal1440116

Shades and tints

Shades of #0C204E

#0C204E
(12,32,78)
#0B1E47
(11,30,71)
#0A1C40
(10,28,64)
#091A39
(9,26,57)
#081832
(8,24,50)
#07162B
(7,22,43)
#061424
(6,20,36)
#05121D
(5,18,29)
#041016
(4,16,22)
#030E0F
(3,14,15)
#020C08
(2,12,8)
#000000
(0,0,0)

Tints of #0C204E

#0C204E
(12,32,78)
#22345E
(34,52,94)
#38486E
(56,72,110)
#4E5C7E
(78,92,126)
#64708E
(100,112,142)
#7A849E
(122,132,158)
#9098AE
(144,152,174)
#A6ACBE
(166,172,190)
#BCC0CE
(188,192,206)
#D2D4DE
(210,212,222)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C204E color. Also use rgb(12,32,78) instead hex code.

Text Font Color

.myTextColor { color: #0C204E; }

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

This text font color is #0C204E.


Background Color

.myBgColor { background-color: #0C204E; }

<div style="background-color:#0C204E">Inner text</div>

This div background color is #0C204E.


Border color

.myBorderColor { border: 1px solid #0C204E; }

<div style="border:3px solid #0C204E">Div</div>

This div border color is #0C204E.


Opacity

.myOpacity80 { color: #0C204E; opacity: 0.8; }

<p style="color:#0C204E;opacity:0.8;">80%</p>

Text with #0C204E 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 #0C204E;}

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

This text has shadow with #0C204E color.

.textShadow {text-shadow: 3px 3px 1px #0C204E, 3px 3px 1px red;}

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

This text has shadow with #0C204E primary color and red secondary color.


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

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

This text has shadow with #0C204E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C204E on black background.


Color preview on white background

This text has color #0C204E on white background.



Black color preview on #0C204E background

This text has black color on #0C204E background.


White color preview on #0C204E background

This text has white color on #0C204E background.