Html Css Color HEX #09598E Dark Cerulean

📋 copy color: '#09598E'

red 9 ◦ green 89 ◦ blue 142

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

Shades of Dark Cerulean #09598E

Tints of Dark Cerulean #09598E

RGB

 RED value IS 9 (3.91% from 255) = 3.75%

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 142 (55.86% from 255) = 59.17%

R = 3.75%
G = 37.08%
B = 59.17%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09598E (or 0x09598E) is known color: Dark Cerulean. HEX triplet: 09, 59 and 8E. RGB value is (9,89,142). Sum of RGB (Red+Green+Blue) = 9+89+142=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #09598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09598E is #F6A671. Grayscale: #464646. Windows color (decimal): -16164466 or 9328905. OLE color: 9328905.

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

Color convert

RGB 9 89 142 -
CMYK 0.94 0.37 0 0.44
HSL 203.91º 0.88% 0.3% -
HSV(B) 203.91º 0.94% 0.56% -
XYZ 8.57 9.16 26.91 -
YUV 71.12 168 83.69 -
System Red Green Blue C M Y K H S L
Decimal 9 89 142 0.94 0.37 0 0.44 203.91 0.88 0.3
Hex 9 59 8E 5E 25 0 2C CC 58 1E
Octal 11 131 216 136 45 0 54 314 130 36
Binary 1001 1011001 10001110 1011110 100101 0 101100 11001100 1011000 11110

Color Harmonies of #09598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09598E

Black with #09598E

Text Example


Text Example

White with #09598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09598E;
 }
 .AnyTagClassName
 {
   color: #09598E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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