COLOR #0C092C

HEX: #0C092C
RGB: (12,9,44)

Color info

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

RGB color model

#0C092C color RGB value is (12,9,44).

  • red value is 12;
  • green value is 9;
  • blue value is 44.
RGB:
(12,9,44)
(5%,4%,17%)

RGB channels and saturation

R 12 of 255 = 5%
G 9 of 255 = 4%
B 44 of 255 = 17%

12
9
44

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

Portions of RGB colors in percentages

R + G + B =
12 + 9 + 44 = 65 (100%)
R 12 of 65 ~ 18.46%
G 9 of 65 ~ 13.85%
B 44 of 65 ~ 67.69%

%18.46
%13.85
%67.69

CMYK color model

#0C092C color CMYK value is (73,80,0,83).

  • cyan value is 72.73%
  • magenta value is 79.55%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(73,80,0,83)
C73M80Y0K83 
(73%,80%,0%,83%)
(0.73/0.80/0.00/0.83)	

CMYK percentages

%72.73
%79.55
%0
%82.75

Codes

Color #0C092C in popluar color models

0C092C
RGB12944
HSL245°66.04%10.39%
HSB/HSV245°79.55%17.25%
CMYK72.73%79.55%0.00%
82.75%

Color #0C092C in popluar number systems.

HEX0C092C
Decimal12944
Binary11001001101100
Octal141154

Shades and tints

Shades of #0C092C

#0C092C
(12,9,44)
#0B0928
(11,9,40)
#0A0924
(10,9,36)
#090920
(9,9,32)
#08091C
(8,9,28)
#070918
(7,9,24)
#060914
(6,9,20)
#050910
(5,9,16)
#04090C
(4,9,12)
#030908
(3,9,8)
#020904
(2,9,4)
#000000
(0,0,0)

Tints of #0C092C

#0C092C
(12,9,44)
#221F3F
(34,31,63)
#383552
(56,53,82)
#4E4B65
(78,75,101)
#646178
(100,97,120)
#7A778B
(122,119,139)
#908D9E
(144,141,158)
#A6A3B1
(166,163,177)
#BCB9C4
(188,185,196)
#D2CFD7
(210,207,215)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C092C color. Also use rgb(12,9,44) instead hex code.

Text Font Color

.myTextColor { color: #0C092C; }

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

This text font color is #0C092C.


Background Color

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

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

This div background color is #0C092C.


Border color

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

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

This div border color is #0C092C.


Opacity

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

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

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

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

This text has shadow with #0C092C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C092C on black background.


Color preview on white background

This text has color #0C092C on white background.



Black color preview on #0C092C background

This text has black color on #0C092C background.


White color preview on #0C092C background

This text has white color on #0C092C background.