COLOR #0C477E

HEX: #0C477E
RGB: (12,71,126)

Color info

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

RGB color model

#0C477E color RGB value is (12,71,126).

  • red value is 12;
  • green value is 71;
  • blue value is 126.
RGB:
(12,71,126)
(5%,28%,49%)

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 126 of 255 = 49%

12
71
126

R + G + B ~ 27%. #0C477E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 71 + 126 = 209 (100%)
R 12 of 209 ~ 5.74%
G 71 of 209 ~ 33.97%
B 126 of 209 ~ 60.29%

%33.97
%60.29

CMYK color model

#0C477E color CMYK value is (90,44,0,51).

  • cyan value is 90.48%
  • magenta value is 43.65%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(90,44,0,51)
C90M44Y0K51 
(90%,44%,0%,51%)
(0.90/0.44/0.00/0.51)	

CMYK percentages

%90.48
%43.65
%0
%50.59

Codes

Color #0C477E in popluar color models

0C477E
RGB1271126
HSL209°82.61%27.06%
HSB/HSV209°90.48%49.41%
CMYK90.48%43.65%0.00%
50.59%

Color #0C477E in popluar number systems.

HEX0C477E
Decimal1271126
Binary110010001111111110
Octal14107176

Shades and tints

Shades of #0C477E

#0C477E
(12,71,126)
#0B4173
(11,65,115)
#0A3B68
(10,59,104)
#09355D
(9,53,93)
#082F52
(8,47,82)
#072947
(7,41,71)
#06233C
(6,35,60)
#051D31
(5,29,49)
#041726
(4,23,38)
#03111B
(3,17,27)
#020B10
(2,11,16)
#000000
(0,0,0)

Tints of #0C477E

#0C477E
(12,71,126)
#225789
(34,87,137)
#386794
(56,103,148)
#4E779F
(78,119,159)
#6487AA
(100,135,170)
#7A97B5
(122,151,181)
#90A7C0
(144,167,192)
#A6B7CB
(166,183,203)
#BCC7D6
(188,199,214)
#D2D7E1
(210,215,225)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C477E color. Also use rgb(12,71,126) instead hex code.

Text Font Color

.myTextColor { color: #0C477E; }

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

This text font color is #0C477E.


Background Color

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

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

This div background color is #0C477E.


Border color

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

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

This div border color is #0C477E.


Opacity

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

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

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

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

This text has shadow with #0C477E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C477E on black background.


Color preview on white background

This text has color #0C477E on white background.



Black color preview on #0C477E background

This text has black color on #0C477E background.


White color preview on #0C477E background

This text has white color on #0C477E background.