COLOR #09578C

HEX: #09578C RGB: (9,87,140)

Color info

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

RGB color model

#09578C color RGB value is (9,87,140).

RGB: (9,87,140) (4%, 34%, 55%)

RGB channels and saturation

R 9 of 255 = 4%
G 87 of 255 = 34%
B 140 of 255 = 55%

9
87
140

R + G + B ~ 31%. #09578C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 87 + 140 = 236 (100%)
R 9 of 236 ~ 3.81%
G 87 of 236 ~ 36.86%
B 140 of 236 ~ 59.32'%

%36.86
%59.32

CMYK color model

#09578C color CMYK value is (94,38,0,45).

  • cyan value is 93.57%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (94,38,0,45) C94M38Y0K45 (94%,38%,0%,45%) (0.94/0.38/0.00/0.45) 

CMYK percentages

%93.57
%37.86
%0
%45.1

Codes

Color #09578C in popluar color models

09 57 8C
RGB 9 87 140
HSL 204° 87.92% 29.22%
HSB/HSV 204° 93.57% 54.90%
CMYK 93.57% 37.86% 0.00%
45.10%

Color #09578C in popluar number systems.

HEX 09 57 8C
Decimal 9 87 140
Binary 1001 1010111 10001100
Octal 11 127 214

Shades and tints

Shades of #09578C

#09578C
(9,87,140)
#095080
(9,80,128)
#094974
(9,73,116)
#094268
(9,66,104)
#093B5C
(9,59,92)
#093450
(9,52,80)
#092D44
(9,45,68)
#092638
(9,38,56)
#091F2C
(9,31,44)
#091820
(9,24,32)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #09578C

#09578C
(9,87,140)
#1F6696
(31,102,150)
#3575A0
(53,117,160)
#4B84AA
(75,132,170)
#6193B4
(97,147,180)
#77A2BE
(119,162,190)
#8DB1C8
(141,177,200)
#A3C0D2
(163,192,210)
#B9CFDC
(185,207,220)
#CFDEE6
(207,222,230)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09578C color. Also use rgb(9,87,140) instead hex code.

Text Font Color

.myTextColor { color: #09578C; }

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

This text font color is #09578C.

Background Color

.myBgColor { background-color: #09578C; }

<div style="background-color:#09578C">Inner text</div>

This div background color is #09578C.

Border color

.myBorderColor { border: 1px solid #09578C; }

<div style="border:3px solid #09578C">Div</div>

This div border color is #09578C.

Opacity

.myOpacity80 { color: #09578C; opacity: 0.8; }

<p style="color:#09578C;opacity:0.8;">80%</p>

Text with #09578C 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 #09578C;}

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

This text has shadow with #09578C color.


.textShadow {text-shadow: 3px 3px 1px #09578C', 3px 3px 1px red;}

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

This text has shadow with #09578C primary color and red secondary color.


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

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

This text has shadow with #09578C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09578C; -webkit-box-shadow: 1px 1px 3px 2px #09578C; box-shadow:1px 1px 3px 2px #09578C;">
Div content here
</div>

This div box has shadow with color #09578C.

Preview

Color preview on black background

This text has color #09578C on black background.


Color preview on white background

This text has color #09578C on white background.


Black color preview on #09578C background

This text has black color on #09578C background.


White color preview on #09578C background

This text has white color on #09578C background.


Related colors

Complementary color

Complementary color for #hex is #F6A873.


I love getcolorcode.com

Triadic colors

1 #8C0957 and #578C09 with #09578C are triadic colors.

2 #8C5709 and #57098C with #09578C are triadic colors.