#09588E

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

Shades of Dark Cerulean #09588E

Tints of Dark Cerulean #09588E

Color information

#09588E (or 0x09588E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 58 and 8E. RGB value is (9,88,142). Sum of RGB (Red+Green+Blue) = 9+88+142=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #09588E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09588E is #F6A771. Grayscale: #464646. Windows color (decimal): -16164722 or 9328649. OLE color: 9328649.

HSL color Cylindrical-coordinate representation of color #09588E: hue angle of 204.36º 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 #09588E is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB988142-
CMYK0.940.3800.44
HSL204.36º88.08%29.61%-
HSV(B)204.36º93.66%55.69%-
XYZ8.488.9926.88-
YUV70.54168.3384.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=3.77%
G=36.82%
B=59.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9881420.940.3800.44204.3688.0829.61
Hex9588E5E2602Ccc581e
Octal111302161364605431413036
Binary10011011000100011101011110100110010110011001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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