COLOR #0C124E

HEX: #0C124E
RGB: (12,18,78)

Color info

#0C124E contains mainly blue color. Web safe color of #0C124E is #000066 (or #006).

RGB color model

#0C124E color RGB value is (12,18,78).

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

RGB channels and saturation

R 12 of 255 = 5%
G 18 of 255 = 7%
B 78 of 255 = 31%

12
18
78

R + G + B ~ 14%. #0C124E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 18 + 78 = 108 (100%)
R 12 of 108 ~ 11.11%
G 18 of 108 ~ 16.67%
B 78 of 108 ~ 72.22%

%11.11
%16.67
%72.22

CMYK color model

#0C124E color CMYK value is (85,77,0,69).

  • cyan value is 84.62%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(85,77,0,69)
C85M77Y0K69 
(85%,77%,0%,69%)
(0.85/0.77/0.00/0.69)	

CMYK percentages

%84.62
%76.92
%0
%69.41

Codes

Color #0C124E in popluar color models

0C124E
RGB121878
HSL235°73.33%17.65%
HSB/HSV235°84.62%30.59%
CMYK84.62%76.92%0.00%
69.41%

Color #0C124E in popluar number systems.

HEX0C124E
Decimal121878
Binary1100100101001110
Octal1422116

Shades and tints

Shades of #0C124E

#0C124E
(12,18,78)
#0B1147
(11,17,71)
#0A1040
(10,16,64)
#090F39
(9,15,57)
#080E32
(8,14,50)
#070D2B
(7,13,43)
#060C24
(6,12,36)
#050B1D
(5,11,29)
#040A16
(4,10,22)
#03090F
(3,9,15)
#020808
(2,8,8)
#000000
(0,0,0)

Tints of #0C124E

#0C124E
(12,18,78)
#22275E
(34,39,94)
#383C6E
(56,60,110)
#4E517E
(78,81,126)
#64668E
(100,102,142)
#7A7B9E
(122,123,158)
#9090AE
(144,144,174)
#A6A5BE
(166,165,190)
#BCBACE
(188,186,206)
#D2CFDE
(210,207,222)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C124E; }

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

This text font color is #0C124E.


Background Color

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

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

This div background color is #0C124E.


Border color

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

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

This div border color is #0C124E.


Opacity

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

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

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

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

This text has shadow with #0C124E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C124E on black background.


Color preview on white background

This text has color #0C124E on white background.



Black color preview on #0C124E background

This text has black color on #0C124E background.


White color preview on #0C124E background

This text has white color on #0C124E background.