Html Css Color HEX #08558E Dark Cerulean

📋 copy color: '#08558E'

red 8 ◦ green 85 ◦ blue 142

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

Shades of Dark Cerulean #08558E

Tints of Dark Cerulean #08558E

RGB

 RED value IS 8 (3.52% from 255) = 3.4%

 GREEN value IS 85 (33.59% from 255) = 36.17%

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

R = 3.4%
G = 36.17%
B = 60.43%

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

#08558E (or 0x08558E) is known color: Dark Cerulean. HEX triplet: 08, 55 and 8E. RGB value is (8,85,142). Sum of RGB (Red+Green+Blue) = 8+85+142=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #08558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08558E is #F7AA71. Grayscale: #444444. Windows color (decimal): -16231026 or 9327880. OLE color: 9327880.

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

Color convert

RGB 8 85 142 -
CMYK 0.94 0.40 0 0.44
HSL 205.52º 0.89% 0.29% -
HSV(B) 205.52º 0.94% 0.56% -
XYZ 8.23 8.5 26.8 -
YUV 68.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 8 85 142 0.94 0.40 0 0.44 205.52 0.89 0.29
Hex 8 55 8E 5E 28 0 2C CE 59 1D
Octal 10 125 216 136 50 0 54 316 131 35
Binary 1000 1010101 10001110 1011110 101000 0 101100 11001110 1011001 11101

Color Harmonies of #08558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08558E

Black with #08558E

Text Example


Text Example

White with #08558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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