COLOR #0C3370

HEX: #0C3370
RGB: (12,51,112)

Color info

#0C3370 contains mainly blue color. Web safe color of #0C3370 is #003366 (or #036).

RGB color model

#0C3370 color RGB value is (12,51,112).

  • red value is 12;
  • green value is 51;
  • blue value is 112.
RGB:
(12,51,112)
(5%,20%,44%)

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 112 of 255 = 44%

12
51
112

R + G + B ~ 23%. #0C3370 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 51 + 112 = 175 (100%)
R 12 of 175 ~ 6.86%
G 51 of 175 ~ 29.14%
B 112 of 175 ~ 64%

%29.14
%64

CMYK color model

#0C3370 color CMYK value is (89,54,0,56).

  • cyan value is 89.29%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(89,54,0,56)
C89M54Y0K56 
(89%,54%,0%,56%)
(0.89/0.54/0.00/0.56)	

CMYK percentages

%89.29
%54.46
%0
%56.08

Codes

Color #0C3370 in popluar color models

0C3370
RGB1251112
HSL217°80.65%24.31%
HSB/HSV217°89.29%43.92%
CMYK89.29%54.46%0.00%
56.08%

Color #0C3370 in popluar number systems.

HEX0C3370
Decimal1251112
Binary11001100111110000
Octal1463160

Shades and tints

Shades of #0C3370

#0C3370
(12,51,112)
#0B2F66
(11,47,102)
#0A2B5C
(10,43,92)
#092752
(9,39,82)
#082348
(8,35,72)
#071F3E
(7,31,62)
#061B34
(6,27,52)
#05172A
(5,23,42)
#041320
(4,19,32)
#030F16
(3,15,22)
#020B0C
(2,11,12)
#000000
(0,0,0)

Tints of #0C3370

#0C3370
(12,51,112)
#22457D
(34,69,125)
#38578A
(56,87,138)
#4E6997
(78,105,151)
#647BA4
(100,123,164)
#7A8DB1
(122,141,177)
#909FBE
(144,159,190)
#A6B1CB
(166,177,203)
#BCC3D8
(188,195,216)
#D2D5E5
(210,213,229)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3370 color. Also use rgb(12,51,112) instead hex code.

Text Font Color

.myTextColor { color: #0C3370; }

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

This text font color is #0C3370.


Background Color

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

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

This div background color is #0C3370.


Border color

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

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

This div border color is #0C3370.


Opacity

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

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

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

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

This text has shadow with #0C3370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3370 on black background.


Color preview on white background

This text has color #0C3370 on white background.



Black color preview on #0C3370 background

This text has black color on #0C3370 background.


White color preview on #0C3370 background

This text has white color on #0C3370 background.