COLOR #0C5176

HEX: #0C5176
RGB: (12,81,118)

Color info

#0C5176 contains mainly green and blue colors. Web safe color of #0C5176 is #006666 (or #066).

RGB color model

#0C5176 color RGB value is (12,81,118).

  • red value is 12;
  • green value is 81;
  • blue value is 118.
RGB:
(12,81,118)
(5%,32%,46%)

RGB channels and saturation

R 12 of 255 = 5%
G 81 of 255 = 32%
B 118 of 255 = 46%

12
81
118

R + G + B ~ 28%. #0C5176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 81 + 118 = 211 (100%)
R 12 of 211 ~ 5.69%
G 81 of 211 ~ 38.39%
B 118 of 211 ~ 55.92%

%38.39
%55.92

CMYK color model

#0C5176 color CMYK value is (90,31,0,54).

  • cyan value is 89.83%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(90,31,0,54)
C90M31Y0K54 
(90%,31%,0%,54%)
(0.90/0.31/0.00/0.54)	

CMYK percentages

%89.83
%31.36
%0
%53.73

Codes

Color #0C5176 in popluar color models

0C5176
RGB1281118
HSL201°81.54%25.49%
HSB/HSV201°89.83%46.27%
CMYK89.83%31.36%0.00%
53.73%

Color #0C5176 in popluar number systems.

HEX0C5176
Decimal1281118
Binary110010100011110110
Octal14121166

Shades and tints

Shades of #0C5176

#0C5176
(12,81,118)
#0B4A6C
(11,74,108)
#0A4362
(10,67,98)
#093C58
(9,60,88)
#08354E
(8,53,78)
#072E44
(7,46,68)
#06273A
(6,39,58)
#052030
(5,32,48)
#041926
(4,25,38)
#03121C
(3,18,28)
#020B12
(2,11,18)
#000000
(0,0,0)

Tints of #0C5176

#0C5176
(12,81,118)
#226082
(34,96,130)
#386F8E
(56,111,142)
#4E7E9A
(78,126,154)
#648DA6
(100,141,166)
#7A9CB2
(122,156,178)
#90ABBE
(144,171,190)
#A6BACA
(166,186,202)
#BCC9D6
(188,201,214)
#D2D8E2
(210,216,226)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5176 color. Also use rgb(12,81,118) instead hex code.

Text Font Color

.myTextColor { color: #0C5176; }

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

This text font color is #0C5176.


Background Color

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

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

This div background color is #0C5176.


Border color

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

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

This div border color is #0C5176.


Opacity

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

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

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

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

This text has shadow with #0C5176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5176 on black background.


Color preview on white background

This text has color #0C5176 on white background.



Black color preview on #0C5176 background

This text has black color on #0C5176 background.


White color preview on #0C5176 background

This text has white color on #0C5176 background.