COLOR #0C3973

HEX: #0C3973
RGB: (12,57,115)

Color info

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

RGB color model

#0C3973 color RGB value is (12,57,115).

  • red value is 12;
  • green value is 57;
  • blue value is 115.
RGB:
(12,57,115)
(5%,22%,45%)

RGB channels and saturation

R 12 of 255 = 5%
G 57 of 255 = 22%
B 115 of 255 = 45%

12
57
115

R + G + B ~ 24%. #0C3973 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 57 + 115 = 184 (100%)
R 12 of 184 ~ 6.52%
G 57 of 184 ~ 30.98%
B 115 of 184 ~ 62.5%

%30.98
%62.5

CMYK color model

#0C3973 color CMYK value is (90,50,0,55).

  • cyan value is 89.57%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(90,50,0,55)
C90M50Y0K55 
(90%,50%,0%,55%)
(0.90/0.50/0.00/0.55)	

CMYK percentages

%89.57
%50.43
%0
%54.9

Codes

Color #0C3973 in popluar color models

0C3973
RGB1257115
HSL214°81.10%24.90%
HSB/HSV214°89.57%45.10%
CMYK89.57%50.43%0.00%
54.90%

Color #0C3973 in popluar number systems.

HEX0C3973
Decimal1257115
Binary11001110011110011
Octal1471163

Shades and tints

Shades of #0C3973

#0C3973
(12,57,115)
#0B3469
(11,52,105)
#0A2F5F
(10,47,95)
#092A55
(9,42,85)
#08254B
(8,37,75)
#072041
(7,32,65)
#061B37
(6,27,55)
#05162D
(5,22,45)
#041123
(4,17,35)
#030C19
(3,12,25)
#02070F
(2,7,15)
#000000
(0,0,0)

Tints of #0C3973

#0C3973
(12,57,115)
#224B7F
(34,75,127)
#385D8B
(56,93,139)
#4E6F97
(78,111,151)
#6481A3
(100,129,163)
#7A93AF
(122,147,175)
#90A5BB
(144,165,187)
#A6B7C7
(166,183,199)
#BCC9D3
(188,201,211)
#D2DBDF
(210,219,223)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3973 color. Also use rgb(12,57,115) instead hex code.

Text Font Color

.myTextColor { color: #0C3973; }

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

This text font color is #0C3973.


Background Color

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

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

This div background color is #0C3973.


Border color

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

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

This div border color is #0C3973.


Opacity

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

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

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

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

This text has shadow with #0C3973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3973 on black background.


Color preview on white background

This text has color #0C3973 on white background.



Black color preview on #0C3973 background

This text has black color on #0C3973 background.


White color preview on #0C3973 background

This text has white color on #0C3973 background.