Html Css Color HEX #09558E Dark Cerulean

📋 copy color: '#09558E'

red 9 ◦ green 85 ◦ blue 142

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

Shades of Dark Cerulean #09558E

Tints of Dark Cerulean #09558E

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

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

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

RGB 9 85 142 -
CMYK 0.94 0.40 0 0.44
HSL 205.71º 0.88% 0.3% -
HSV(B) 205.71º 0.94% 0.56% -
XYZ 8.24 8.51 26.8 -
YUV 68.77 169.32 85.37 -
System Red Green Blue C M Y K H S L
Decimal 9 85 142 0.94 0.40 0 0.44 205.71 0.88 0.3
Hex 9 55 8E 5E 28 0 2C CE 58 1E
Octal 11 125 216 136 50 0 54 316 130 36
Binary 1001 1010101 10001110 1011110 101000 0 101100 11001110 1011000 11110

Color Harmonies of #09558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09558E

Black with #09558E

Text Example


Text Example

White with #09558E

Text Example


Text Example

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