COLOR #0C1C4C

HEX: #0C1C4C
RGB: (12,28,76)

Color info

#0C1C4C contains mainly green and blue colors. Web safe color of #0C1C4C is #003333 (or #033).

RGB color model

#0C1C4C color RGB value is (12,28,76).

  • red value is 12;
  • green value is 28;
  • blue value is 76.
RGB:
(12,28,76)
(5%,11%,30%)

RGB channels and saturation

R 12 of 255 = 5%
G 28 of 255 = 11%
B 76 of 255 = 30%

12
28
76

R + G + B ~ 15%. #0C1C4C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 28 + 76 = 116 (100%)
R 12 of 116 ~ 10.34%
G 28 of 116 ~ 24.14%
B 76 of 116 ~ 65.52%

%10.34
%24.14
%65.52

CMYK color model

#0C1C4C color CMYK value is (84,63,0,70).

  • cyan value is 84.21%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(84,63,0,70)
C84M63Y0K70 
(84%,63%,0%,70%)
(0.84/0.63/0.00/0.70)	

CMYK percentages

%84.21
%63.16
%0
%70.2

Codes

Color #0C1C4C in popluar color models

0C1C4C
RGB122876
HSL225°72.73%17.25%
HSB/HSV225°84.21%29.80%
CMYK84.21%63.16%0.00%
70.20%

Color #0C1C4C in popluar number systems.

HEX0C1C4C
Decimal122876
Binary1100111001001100
Octal1434114

Shades and tints

Shades of #0C1C4C

#0C1C4C
(12,28,76)
#0B1A46
(11,26,70)
#0A1840
(10,24,64)
#09163A
(9,22,58)
#081434
(8,20,52)
#07122E
(7,18,46)
#061028
(6,16,40)
#050E22
(5,14,34)
#040C1C
(4,12,28)
#030A16
(3,10,22)
#020810
(2,8,16)
#000000
(0,0,0)

Tints of #0C1C4C

#0C1C4C
(12,28,76)
#22305C
(34,48,92)
#38446C
(56,68,108)
#4E587C
(78,88,124)
#646C8C
(100,108,140)
#7A809C
(122,128,156)
#9094AC
(144,148,172)
#A6A8BC
(166,168,188)
#BCBCCC
(188,188,204)
#D2D0DC
(210,208,220)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1C4C color. Also use rgb(12,28,76) instead hex code.

Text Font Color

.myTextColor { color: #0C1C4C; }

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

This text font color is #0C1C4C.


Background Color

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

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

This div background color is #0C1C4C.


Border color

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

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

This div border color is #0C1C4C.


Opacity

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

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

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

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

This text has shadow with #0C1C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1C4C on black background.


Color preview on white background

This text has color #0C1C4C on white background.



Black color preview on #0C1C4C background

This text has black color on #0C1C4C background.


White color preview on #0C1C4C background

This text has white color on #0C1C4C background.