COLOR #0C1224

HEX: #0C1224
RGB: (12,18,36)

Color info

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

RGB color model

#0C1224 color RGB value is (12,18,36).

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

RGB channels and saturation

R 12 of 255 = 5%
G 18 of 255 = 7%
B 36 of 255 = 14%

12
18
36

R + G + B ~ 9%. #0C1224 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 18 + 36 = 66 (100%)
R 12 of 66 ~ 18.18%
G 18 of 66 ~ 27.27%
B 36 of 66 ~ 54.55%

%18.18
%27.27
%54.55

CMYK color model

#0C1224 color CMYK value is (67,50,0,86).

  • cyan value is 66.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(67,50,0,86)
C67M50Y0K86 
(67%,50%,0%,86%)
(0.67/0.50/0.00/0.86)	

CMYK percentages

%66.67
%50
%0
%85.88

Codes

Color #0C1224 in popluar color models

0C1224
RGB121836
HSL225°50.00%9.41%
HSB/HSV225°66.67%14.12%
CMYK66.67%50.00%0.00%
85.88%

Color #0C1224 in popluar number systems.

HEX0C1224
Decimal121836
Binary110010010100100
Octal142244

Shades and tints

Shades of #0C1224

#0C1224
(12,18,36)
#0B1121
(11,17,33)
#0A101E
(10,16,30)
#090F1B
(9,15,27)
#080E18
(8,14,24)
#070D15
(7,13,21)
#060C12
(6,12,18)
#050B0F
(5,11,15)
#040A0C
(4,10,12)
#030909
(3,9,9)
#020806
(2,8,6)
#000000
(0,0,0)

Tints of #0C1224

#0C1224
(12,18,36)
#222737
(34,39,55)
#383C4A
(56,60,74)
#4E515D
(78,81,93)
#646670
(100,102,112)
#7A7B83
(122,123,131)
#909096
(144,144,150)
#A6A5A9
(166,165,169)
#BCBABC
(188,186,188)
#D2CFCF
(210,207,207)
#E8E4E2
(232,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1224; }

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

This text font color is #0C1224.


Background Color

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

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

This div background color is #0C1224.


Border color

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

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

This div border color is #0C1224.


Opacity

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

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

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

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

This text has shadow with #0C1224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1224 on black background.


Color preview on white background

This text has color #0C1224 on white background.



Black color preview on #0C1224 background

This text has black color on #0C1224 background.


White color preview on #0C1224 background

This text has white color on #0C1224 background.