COLOR #0C4475

HEX: #0C4475
RGB: (12,68,117)

Color info

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

RGB color model

#0C4475 color RGB value is (12,68,117).

  • red value is 12;
  • green value is 68;
  • blue value is 117.
RGB:
(12,68,117)
(5%,27%,46%)

RGB channels and saturation

R 12 of 255 = 5%
G 68 of 255 = 27%
B 117 of 255 = 46%

12
68
117

R + G + B ~ 26%. #0C4475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 68 + 117 = 197 (100%)
R 12 of 197 ~ 6.09%
G 68 of 197 ~ 34.52%
B 117 of 197 ~ 59.39%

%34.52
%59.39

CMYK color model

#0C4475 color CMYK value is (90,42,0,54).

  • cyan value is 89.74%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(90,42,0,54)
C90M42Y0K54 
(90%,42%,0%,54%)
(0.90/0.42/0.00/0.54)	

CMYK percentages

%89.74
%41.88
%0
%54.12

Codes

Color #0C4475 in popluar color models

0C4475
RGB1268117
HSL208°81.40%25.29%
HSB/HSV208°89.74%45.88%
CMYK89.74%41.88%0.00%
54.12%

Color #0C4475 in popluar number systems.

HEX0C4475
Decimal1268117
Binary110010001001110101
Octal14104165

Shades and tints

Shades of #0C4475

#0C4475
(12,68,117)
#0B3E6B
(11,62,107)
#0A3861
(10,56,97)
#093257
(9,50,87)
#082C4D
(8,44,77)
#072643
(7,38,67)
#062039
(6,32,57)
#051A2F
(5,26,47)
#041425
(4,20,37)
#030E1B
(3,14,27)
#020811
(2,8,17)
#000000
(0,0,0)

Tints of #0C4475

#0C4475
(12,68,117)
#225581
(34,85,129)
#38668D
(56,102,141)
#4E7799
(78,119,153)
#6488A5
(100,136,165)
#7A99B1
(122,153,177)
#90AABD
(144,170,189)
#A6BBC9
(166,187,201)
#BCCCD5
(188,204,213)
#D2DDE1
(210,221,225)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4475 color. Also use rgb(12,68,117) instead hex code.

Text Font Color

.myTextColor { color: #0C4475; }

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

This text font color is #0C4475.


Background Color

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

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

This div background color is #0C4475.


Border color

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

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

This div border color is #0C4475.


Opacity

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

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

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

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

This text has shadow with #0C4475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4475 on black background.


Color preview on white background

This text has color #0C4475 on white background.



Black color preview on #0C4475 background

This text has black color on #0C4475 background.


White color preview on #0C4475 background

This text has white color on #0C4475 background.