COLOR #0C7589

HEX: #0C7589
RGB: (12,117,137)

Color info

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

RGB color model

#0C7589 color RGB value is (12,117,137).

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

RGB channels and saturation

R 12 of 255 = 5%
G 117 of 255 = 46%
B 137 of 255 = 54%

12
117
137

R + G + B ~ 35%. #0C7589 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 117 + 137 = 266 (100%)
R 12 of 266 ~ 4.51%
G 117 of 266 ~ 43.98%
B 137 of 266 ~ 51.5%

%43.98
%51.5

CMYK color model

#0C7589 color CMYK value is (91,15,0,46).

  • cyan value is 91.24%
  • magenta value is 14.60%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(91,15,0,46)
C91M15Y0K46 
(91%,15%,0%,46%)
(0.91/0.15/0.00/0.46)	

CMYK percentages

%91.24
%14.6
%0
%46.27

Codes

Color #0C7589 in popluar color models

0C7589
RGB12117137
HSL190°83.89%29.22%
HSB/HSV190°91.24%53.73%
CMYK91.24%14.60%0.00%
46.27%

Color #0C7589 in popluar number systems.

HEX0C7589
Decimal12117137
Binary1100111010110001001
Octal14165211

Shades and tints

Shades of #0C7589

#0C7589
(12,117,137)
#0B6B7D
(11,107,125)
#0A6171
(10,97,113)
#095765
(9,87,101)
#084D59
(8,77,89)
#07434D
(7,67,77)
#063941
(6,57,65)
#052F35
(5,47,53)
#042529
(4,37,41)
#031B1D
(3,27,29)
#021111
(2,17,17)
#000000
(0,0,0)

Tints of #0C7589

#0C7589
(12,117,137)
#228193
(34,129,147)
#388D9D
(56,141,157)
#4E99A7
(78,153,167)
#64A5B1
(100,165,177)
#7AB1BB
(122,177,187)
#90BDC5
(144,189,197)
#A6C9CF
(166,201,207)
#BCD5D9
(188,213,217)
#D2E1E3
(210,225,227)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C7589; }

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

This text font color is #0C7589.


Background Color

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

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

This div background color is #0C7589.


Border color

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

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

This div border color is #0C7589.


Opacity

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

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

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

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

This text has shadow with #0C7589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7589 on black background.


Color preview on white background

This text has color #0C7589 on white background.



Black color preview on #0C7589 background

This text has black color on #0C7589 background.


White color preview on #0C7589 background

This text has white color on #0C7589 background.