COLOR #0C112E

HEX: #0C112E
RGB: (12,17,46)

Color info

#0C112E contains red, green and blue colors in about the same proportion. Web safe color of #0C112E is #000033 (or #003).

RGB color model

#0C112E color RGB value is (12,17,46).

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

RGB channels and saturation

R 12 of 255 = 5%
G 17 of 255 = 7%
B 46 of 255 = 18%

12
17
46

R + G + B ~ 10%. #0C112E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 17 + 46 = 75 (100%)
R 12 of 75 ~ 16%
G 17 of 75 ~ 22.67%
B 46 of 75 ~ 61.33%

%16
%22.67
%61.33

CMYK color model

#0C112E color CMYK value is (74,63,0,82).

  • cyan value is 73.91%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(74,63,0,82)
C74M63Y0K82 
(74%,63%,0%,82%)
(0.74/0.63/0.00/0.82)	

CMYK percentages

%73.91
%63.04
%0
%81.96

Codes

Color #0C112E in popluar color models

0C112E
RGB121746
HSL231°58.62%11.37%
HSB/HSV231°73.91%18.04%
CMYK73.91%63.04%0.00%
81.96%

Color #0C112E in popluar number systems.

HEX0C112E
Decimal121746
Binary110010001101110
Octal142156

Shades and tints

Shades of #0C112E

#0C112E
(12,17,46)
#0B102A
(11,16,42)
#0A0F26
(10,15,38)
#090E22
(9,14,34)
#080D1E
(8,13,30)
#070C1A
(7,12,26)
#060B16
(6,11,22)
#050A12
(5,10,18)
#04090E
(4,9,14)
#03080A
(3,8,10)
#020706
(2,7,6)
#000000
(0,0,0)

Tints of #0C112E

#0C112E
(12,17,46)
#222641
(34,38,65)
#383B54
(56,59,84)
#4E5067
(78,80,103)
#64657A
(100,101,122)
#7A7A8D
(122,122,141)
#908FA0
(144,143,160)
#A6A4B3
(166,164,179)
#BCB9C6
(188,185,198)
#D2CED9
(210,206,217)
#E8E3EC
(232,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C112E color. Also use rgb(12,17,46) instead hex code.

Text Font Color

.myTextColor { color: #0C112E; }

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

This text font color is #0C112E.


Background Color

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

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

This div background color is #0C112E.


Border color

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

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

This div border color is #0C112E.


Opacity

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

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

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

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

This text has shadow with #0C112E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C112E on black background.


Color preview on white background

This text has color #0C112E on white background.



Black color preview on #0C112E background

This text has black color on #0C112E background.


White color preview on #0C112E background

This text has white color on #0C112E background.