#09558E

Color #09558E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #09558E

Tints of Dark Cerulean #09558E

Color information

#09558E (or 0x09558E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 55 and 8E. RGB value is (9,85,142). Sum of RGB (Red+Green+Blue) = 9+85+142=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #09558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09558E is #F6AA71. Grayscale: #444444. Windows color (decimal): -16165490 or 9327881. OLE color: 9327881.

HSL color Cylindrical-coordinate representation of color #09558E: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09558E is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB985142-
CMYK0.940.4000.44
HSL205.71º88.08%29.61%-
HSV(B)205.71º93.66%55.69%-
XYZ8.248.5126.8-
YUV68.77169.3285.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.81%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 142 (55.86% from 255) = 60.17%
R=3.81%
G=36.02%
B=60.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9851420.940.4000.44205.7188.0829.61
Hex9558E5E2802Cce581e
Octal111252161365005431613036
Binary10011010101100011101011110101000010110011001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09558E; }

 p { color: rgb(9,85,142); }

 H1.HeaderClassName
 {
   color: #09558E;
 }
 .AnyTagClassName
 {
   color: #09558E;
 }
</style>
background-color css

<style>
 a { background-color: #09558E; }

 a { background-color: rgb(9,85,142); }

 div.DivClassName
 {
   background-color: #09558E;
 }
 .BgClassName
 {
   background-color: #09558E;
 }
</style>
border-color css

<style>
 span { border-color: #09558E; }

 span { border-color: rgb(9,85,142); }

 td.TdClassName
 {
   border-color: #09558E;
 }
 .TagClassName
 {
   border-color: #09558E;
 }
</style>