Html Css Color HEX #08587C Dark Cerulean

📋 copy color: '#08587C'

red 8 ◦ green 88 ◦ blue 124

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

Shades of Dark Cerulean #08587C

Tints of Dark Cerulean #08587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 3.64%
G = 40%
B = 56.36%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08587C (or 0x08587C) is known color: Dark Cerulean. HEX triplet: 08, 58 and 7C. RGB value is (8,88,124). Sum of RGB (Red+Green+Blue) = 8+88+124=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #08587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08587C is #F7A783. Grayscale: #434343. Windows color (decimal): -16230276 or 8149000. OLE color: 8149000.

HSL color Cylindrical-coordinate representation of color #08587C: hue angle of 198.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08587C is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 88 124 -
CMYK 0.94 0.29 0 0.51
HSL 198.62º 0.88% 0.26% -
HSV(B) 198.62º 0.94% 0.49% -
XYZ 7.23 8.49 20.33 -
YUV 68.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 8 88 124 0.94 0.29 0 0.51 198.62 0.88 0.26
Hex 8 58 7C 5E 1D 0 33 C7 58 1A
Octal 10 130 174 136 35 0 63 307 130 32
Binary 1000 1011000 1111100 1011110 11101 0 110011 11000111 1011000 11010

Color Harmonies of #08587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08587C

Black with #08587C

Text Example


Text Example

White with #08587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08587C; }

 p { color: rgb(8,88,124); }

 H1.HeaderClassName
 {
   color: #08587C;
 }
 .AnyTagClassName
 {
   color: #08587C;
 }
</style>

background-color css

<style>
 a { background-color: #08587C; }

 a { background-color: rgb(8,88,124); }

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

border-color css

<style>
 span { border-color: #08587C; }

 span { border-color: rgb(8,88,124); }

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