COLOR #0C111D

HEX: #0C111D
RGB: (12,17,29)

Color info

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

RGB color model

#0C111D color RGB value is (12,17,29).

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

RGB channels and saturation

R 12 of 255 = 5%
G 17 of 255 = 7%
B 29 of 255 = 11%

12
17
29

R + G + B ~ 8%. #0C111D is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 17 + 29 = 58 (100%)
R 12 of 58 ~ 20.69%
G 17 of 58 ~ 29.31%
B 29 of 58 ~ 50%

%20.69
%29.31
%50

CMYK color model

#0C111D color CMYK value is (59,41,0,89).

  • cyan value is 58.62%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(59,41,0,89)
C59M41Y0K89 
(59%,41%,0%,89%)
(0.59/0.41/0.00/0.89)	

CMYK percentages

%58.62
%41.38
%0
%88.63

Codes

Color #0C111D in popluar color models

0C111D
RGB121729
HSL222°41.46%8.04%
HSB/HSV222°58.62%11.37%
CMYK58.62%41.38%0.00%
88.63%

Color #0C111D in popluar number systems.

HEX0C111D
Decimal121729
Binary11001000111101
Octal142135

Shades and tints

Shades of #0C111D

#0C111D
(12,17,29)
#0B101B
(11,16,27)
#0A0F19
(10,15,25)
#090E17
(9,14,23)
#080D15
(8,13,21)
#070C13
(7,12,19)
#060B11
(6,11,17)
#050A0F
(5,10,15)
#04090D
(4,9,13)
#03080B
(3,8,11)
#020709
(2,7,9)
#000000
(0,0,0)

Tints of #0C111D

#0C111D
(12,17,29)
#222631
(34,38,49)
#383B45
(56,59,69)
#4E5059
(78,80,89)
#64656D
(100,101,109)
#7A7A81
(122,122,129)
#908F95
(144,143,149)
#A6A4A9
(166,164,169)
#BCB9BD
(188,185,189)
#D2CED1
(210,206,209)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C111D; }

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

This text font color is #0C111D.


Background Color

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

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

This div background color is #0C111D.


Border color

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

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

This div border color is #0C111D.


Opacity

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

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

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

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

This text has shadow with #0C111D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C111D on black background.


Color preview on white background

This text has color #0C111D on white background.



Black color preview on #0C111D background

This text has black color on #0C111D background.


White color preview on #0C111D background

This text has white color on #0C111D background.