Html Css Color HEX #09588E Dark Cerulean

📋 copy color: '#09588E'

red 9 ◦ green 88 ◦ blue 142

#09588E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #09588E

Tints of Dark Cerulean #09588E

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 value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09588E (or 0x09588E) is known color: 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

RGB 9 88 142 -
CMYK 0.94 0.38 0 0.44
HSL 204.36º 0.88% 0.3% -
HSV(B) 204.36º 0.94% 0.56% -
XYZ 8.48 8.99 26.88 -
YUV 70.54 168.33 84.11 -
System Red Green Blue C M Y K H S L
Decimal 9 88 142 0.94 0.38 0 0.44 204.36 0.88 0.3
Hex 9 58 8E 5E 26 0 2C CC 58 1E
Octal 11 130 216 136 46 0 54 314 130 36
Binary 1001 1011000 10001110 1011110 100110 0 101100 11001100 1011000 11110

Color Harmonies of #09588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09588E

Black with #09588E

Text Example


Text Example

White with #09588E

Text Example


Text Example

HTML Codes & Css Web 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>