COLOR #0C5487

HEX: #0C5487
RGB: (12,84,135)

Color info

#0C5487 contains mainly green and blue colors. Web safe color of #0C5487 is #006699 (or #069).

RGB color model

#0C5487 color RGB value is (12,84,135).

  • red value is 12;
  • green value is 84;
  • blue value is 135.
RGB:
(12,84,135)
(5%,33%,53%)

RGB channels and saturation

R 12 of 255 = 5%
G 84 of 255 = 33%
B 135 of 255 = 53%

12
84
135

R + G + B ~ 30%. #0C5487 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 84 + 135 = 231 (100%)
R 12 of 231 ~ 5.19%
G 84 of 231 ~ 36.36%
B 135 of 231 ~ 58.44%

%36.36
%58.44

CMYK color model

#0C5487 color CMYK value is (91,38,0,47).

  • cyan value is 91.11%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(91,38,0,47)
C91M38Y0K47 
(91%,38%,0%,47%)
(0.91/0.38/0.00/0.47)	

CMYK percentages

%91.11
%37.78
%0
%47.06

Codes

Color #0C5487 in popluar color models

0C5487
RGB1284135
HSL205°83.67%28.82%
HSB/HSV205°91.11%52.94%
CMYK91.11%37.78%0.00%
47.06%

Color #0C5487 in popluar number systems.

HEX0C5487
Decimal1284135
Binary1100101010010000111
Octal14124207

Shades and tints

Shades of #0C5487

#0C5487
(12,84,135)
#0B4D7B
(11,77,123)
#0A466F
(10,70,111)
#093F63
(9,63,99)
#083857
(8,56,87)
#07314B
(7,49,75)
#062A3F
(6,42,63)
#052333
(5,35,51)
#041C27
(4,28,39)
#03151B
(3,21,27)
#020E0F
(2,14,15)
#000000
(0,0,0)

Tints of #0C5487

#0C5487
(12,84,135)
#226391
(34,99,145)
#38729B
(56,114,155)
#4E81A5
(78,129,165)
#6490AF
(100,144,175)
#7A9FB9
(122,159,185)
#90AEC3
(144,174,195)
#A6BDCD
(166,189,205)
#BCCCD7
(188,204,215)
#D2DBE1
(210,219,225)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5487 color. Also use rgb(12,84,135) instead hex code.

Text Font Color

.myTextColor { color: #0C5487; }

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

This text font color is #0C5487.


Background Color

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

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

This div background color is #0C5487.


Border color

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

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

This div border color is #0C5487.


Opacity

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

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

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

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

This text has shadow with #0C5487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5487 on black background.


Color preview on white background

This text has color #0C5487 on white background.



Black color preview on #0C5487 background

This text has black color on #0C5487 background.


White color preview on #0C5487 background

This text has white color on #0C5487 background.