Html Css Color HEX #08577D Dark Cerulean

📋 copy color: '#08577D'

red 8 ◦ green 87 ◦ blue 125

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

Shades of Dark Cerulean #08577D

Tints of Dark Cerulean #08577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 3.64%
G = 39.55%
B = 56.82%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08577D (or 0x08577D) is known color: Dark Cerulean. HEX triplet: 08, 57 and 7D. RGB value is (8,87,125). Sum of RGB (Red+Green+Blue) = 8+87+125=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #08577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08577D is #F7A882. Grayscale: #434343. Windows color (decimal): -16230531 or 8214280. OLE color: 8214280.

HSL color Cylindrical-coordinate representation of color #08577D: hue angle of 199.49º 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 #08577D is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 87 125 -
CMYK 0.94 0.30 0 0.51
HSL 199.49º 0.88% 0.26% -
HSV(B) 199.49º 0.94% 0.49% -
XYZ 7.21 8.35 20.63 -
YUV 67.71 160.33 85.41 -
System Red Green Blue C M Y K H S L
Decimal 8 87 125 0.94 0.30 0 0.51 199.49 0.88 0.26
Hex 8 57 7D 5E 1E 0 33 C7 58 1A
Octal 10 127 175 136 36 0 63 307 130 32
Binary 1000 1010111 1111101 1011110 11110 0 110011 11000111 1011000 11010

Color Harmonies of #08577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08577D

Black with #08577D

Text Example


Text Example

White with #08577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08577D; }

 p { color: rgb(8,87,125); }

 H1.HeaderClassName
 {
   color: #08577D;
 }
 .AnyTagClassName
 {
   color: #08577D;
 }
</style>

background-color css

<style>
 a { background-color: #08577D; }

 a { background-color: rgb(8,87,125); }

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

border-color css

<style>
 span { border-color: #08577D; }

 span { border-color: rgb(8,87,125); }

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