COLOR #0C415C

HEX: #0C415C
RGB: (12,65,92)

Color info

#0C415C contains mainly green and blue colors. Web safe color of #0C415C is #003366 (or #036).

RGB color model

#0C415C color RGB value is (12,65,92).

  • red value is 12;
  • green value is 65;
  • blue value is 92.
RGB:
(12,65,92)
(5%,25%,36%)

RGB channels and saturation

R 12 of 255 = 5%
G 65 of 255 = 25%
B 92 of 255 = 36%

12
65
92

R + G + B ~ 22%. #0C415C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 65 + 92 = 169 (100%)
R 12 of 169 ~ 7.1%
G 65 of 169 ~ 38.46%
B 92 of 169 ~ 54.44%

%38.46
%54.44

CMYK color model

#0C415C color CMYK value is (87,29,0,64).

  • cyan value is 86.96%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(87,29,0,64)
C87M29Y0K64 
(87%,29%,0%,64%)
(0.87/0.29/0.00/0.64)	

CMYK percentages

%86.96
%29.35
%0
%63.92

Codes

Color #0C415C in popluar color models

0C415C
RGB126592
HSL200°76.92%20.39%
HSB/HSV200°86.96%36.08%
CMYK86.96%29.35%0.00%
63.92%

Color #0C415C in popluar number systems.

HEX0C415C
Decimal126592
Binary110010000011011100
Octal14101134

Shades and tints

Shades of #0C415C

#0C415C
(12,65,92)
#0B3C54
(11,60,84)
#0A374C
(10,55,76)
#093244
(9,50,68)
#082D3C
(8,45,60)
#072834
(7,40,52)
#06232C
(6,35,44)
#051E24
(5,30,36)
#04191C
(4,25,28)
#031414
(3,20,20)
#020F0C
(2,15,12)
#000000
(0,0,0)

Tints of #0C415C

#0C415C
(12,65,92)
#22526A
(34,82,106)
#386378
(56,99,120)
#4E7486
(78,116,134)
#648594
(100,133,148)
#7A96A2
(122,150,162)
#90A7B0
(144,167,176)
#A6B8BE
(166,184,190)
#BCC9CC
(188,201,204)
#D2DADA
(210,218,218)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C415C color. Also use rgb(12,65,92) instead hex code.

Text Font Color

.myTextColor { color: #0C415C; }

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

This text font color is #0C415C.


Background Color

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

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

This div background color is #0C415C.


Border color

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

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

This div border color is #0C415C.


Opacity

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

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

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

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

This text has shadow with #0C415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C415C on black background.


Color preview on white background

This text has color #0C415C on white background.



Black color preview on #0C415C background

This text has black color on #0C415C background.


White color preview on #0C415C background

This text has white color on #0C415C background.