COLOR #0C1442

HEX: #0C1442
RGB: (12,20,66)

Color info

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

RGB color model

#0C1442 color RGB value is (12,20,66).

  • red value is 12;
  • green value is 20;
  • blue value is 66.
RGB:
(12,20,66)
(5%,8%,26%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 66 of 255 = 26%

12
20
66

R + G + B ~ 13%. #0C1442 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 20 + 66 = 98 (100%)
R 12 of 98 ~ 12.24%
G 20 of 98 ~ 20.41%
B 66 of 98 ~ 67.35%

%12.24
%20.41
%67.35

CMYK color model

#0C1442 color CMYK value is (82,70,0,74).

  • cyan value is 81.82%
  • magenta value is 69.70%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(82,70,0,74)
C82M70Y0K74 
(82%,70%,0%,74%)
(0.82/0.70/0.00/0.74)	

CMYK percentages

%81.82
%69.7
%0
%74.12

Codes

Color #0C1442 in popluar color models

0C1442
RGB122066
HSL231°69.23%15.29%
HSB/HSV231°81.82%25.88%
CMYK81.82%69.70%0.00%
74.12%

Color #0C1442 in popluar number systems.

HEX0C1442
Decimal122066
Binary1100101001000010
Octal1424102

Shades and tints

Shades of #0C1442

#0C1442
(12,20,66)
#0B133C
(11,19,60)
#0A1236
(10,18,54)
#091130
(9,17,48)
#08102A
(8,16,42)
#070F24
(7,15,36)
#060E1E
(6,14,30)
#050D18
(5,13,24)
#040C12
(4,12,18)
#030B0C
(3,11,12)
#020A06
(2,10,6)
#000000
(0,0,0)

Tints of #0C1442

#0C1442
(12,20,66)
#222953
(34,41,83)
#383E64
(56,62,100)
#4E5375
(78,83,117)
#646886
(100,104,134)
#7A7D97
(122,125,151)
#9092A8
(144,146,168)
#A6A7B9
(166,167,185)
#BCBCCA
(188,188,202)
#D2D1DB
(210,209,219)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1442 color. Also use rgb(12,20,66) instead hex code.

Text Font Color

.myTextColor { color: #0C1442; }

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

This text font color is #0C1442.


Background Color

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

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

This div background color is #0C1442.


Border color

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

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

This div border color is #0C1442.


Opacity

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

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

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

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

This text has shadow with #0C1442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1442 on black background.


Color preview on white background

This text has color #0C1442 on white background.



Black color preview on #0C1442 background

This text has black color on #0C1442 background.


White color preview on #0C1442 background

This text has white color on #0C1442 background.