COLOR #0C1549

HEX: #0C1549
RGB: (12,21,73)

Color info

#0C1549 contains mainly green and blue colors. Web safe color of #0C1549 is #000033 (or #003).

RGB color model

#0C1549 color RGB value is (12,21,73).

  • red value is 12;
  • green value is 21;
  • blue value is 73.
RGB:
(12,21,73)
(5%,8%,29%)

RGB channels and saturation

R 12 of 255 = 5%
G 21 of 255 = 8%
B 73 of 255 = 29%

12
21
73

R + G + B ~ 14%. #0C1549 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 21 + 73 = 106 (100%)
R 12 of 106 ~ 11.32%
G 21 of 106 ~ 19.81%
B 73 of 106 ~ 68.87%

%11.32
%19.81
%68.87

CMYK color model

#0C1549 color CMYK value is (84,71,0,71).

  • cyan value is 83.56%
  • magenta value is 71.23%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(84,71,0,71)
C84M71Y0K71 
(84%,71%,0%,71%)
(0.84/0.71/0.00/0.71)	

CMYK percentages

%83.56
%71.23
%0
%71.37

Codes

Color #0C1549 in popluar color models

0C1549
RGB122173
HSL231°71.76%16.67%
HSB/HSV231°83.56%28.63%
CMYK83.56%71.23%0.00%
71.37%

Color #0C1549 in popluar number systems.

HEX0C1549
Decimal122173
Binary1100101011001001
Octal1425111

Shades and tints

Shades of #0C1549

#0C1549
(12,21,73)
#0B1443
(11,20,67)
#0A133D
(10,19,61)
#091237
(9,18,55)
#081131
(8,17,49)
#07102B
(7,16,43)
#060F25
(6,15,37)
#050E1F
(5,14,31)
#040D19
(4,13,25)
#030C13
(3,12,19)
#020B0D
(2,11,13)
#000000
(0,0,0)

Tints of #0C1549

#0C1549
(12,21,73)
#222A59
(34,42,89)
#383F69
(56,63,105)
#4E5479
(78,84,121)
#646989
(100,105,137)
#7A7E99
(122,126,153)
#9093A9
(144,147,169)
#A6A8B9
(166,168,185)
#BCBDC9
(188,189,201)
#D2D2D9
(210,210,217)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1549 color. Also use rgb(12,21,73) instead hex code.

Text Font Color

.myTextColor { color: #0C1549; }

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

This text font color is #0C1549.


Background Color

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

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

This div background color is #0C1549.


Border color

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

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

This div border color is #0C1549.


Opacity

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

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

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

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

This text has shadow with #0C1549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1549 on black background.


Color preview on white background

This text has color #0C1549 on white background.



Black color preview on #0C1549 background

This text has black color on #0C1549 background.


White color preview on #0C1549 background

This text has white color on #0C1549 background.