COLOR #0C5289

HEX: #0C5289
RGB: (12,82,137)

Color info

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

RGB color model

#0C5289 color RGB value is (12,82,137).

  • red value is 12;
  • green value is 82;
  • blue value is 137.
RGB: (12,82,137) (5%,32%,54%)

RGB channels and saturation

R 12 of 255 = 5%
G 82 of 255 = 32%
B 137 of 255 = 54%

12
82
137

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

Portions of RGB colors in percentages

R + G + B =
12 + 82 + 137 = 231 (100%)
R 12 of 231 ~ 5.19%
G 82 of 231 ~ 35.5%
B 137 of 231 ~ 59.31%

%35.5
%59.31

CMYK color model

#0C5289 color CMYK value is (91,40,0,46).

  • cyan value is 91.24%
  • magenta value is 40.15%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (91,40,0,46) C91M40Y0K46 (91%,40%,0%,46%) (0.91/0.40/0.00/0.46)

CMYK percentages

%91.24
%40.15
%0
%46.27

Codes

Color #0C5289 in popluar color models

0C5289
RGB1282137
HSL206°83.89%29.22%
HSB/HSV206°91.24%53.73%
CMYK91.24%40.15%0.00%
46.27%

Color #0C5289 in popluar number systems.

HEX0C5289
Decimal1282137
Binary1100101001010001001
Octal14122211

Shades and tints

Shades of #0C5289

#0C5289
(12,82,137)
#0B4B7D
(11,75,125)
#0A4471
(10,68,113)
#093D65
(9,61,101)
#083659
(8,54,89)
#072F4D
(7,47,77)
#062841
(6,40,65)
#052135
(5,33,53)
#041A29
(4,26,41)
#03131D
(3,19,29)
#020C11
(2,12,17)
#000000
(0,0,0)

Tints of #0C5289

#0C5289
(12,82,137)
#226193
(34,97,147)
#38709D
(56,112,157)
#4E7FA7
(78,127,167)
#648EB1
(100,142,177)
#7A9DBB
(122,157,187)
#90ACC5
(144,172,197)
#A6BBCF
(166,187,207)
#BCCAD9
(188,202,217)
#D2D9E3
(210,217,227)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5289 color. Also use rgb(12,82,137) instead hex code.

Text Font Color

.myTextColor { color: #0C5289; }

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

This text font color is #0C5289.


Background Color

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

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

This div background color is #0C5289.


Border color

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

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

This div border color is #0C5289.


Opacity

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

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

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

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

This text has shadow with #0C5289 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0C5289 on black background.


Color preview on white background

This text has color #0C5289 on white background.



Black color preview on #0C5289 background

This text has black color on #0C5289 background.


White color preview on #0C5289 background

This text has white color on #0C5289 background.