Html Css Color HEX #08517D Dark Cerulean

📋 copy color: '#08517D'

red 8 ◦ green 81 ◦ blue 125

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

Shades of Dark Cerulean #08517D

Tints of Dark Cerulean #08517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

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

R = 3.74%
G = 37.85%
B = 58.41%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08517D (or 0x08517D) is known color: Dark Cerulean. HEX triplet: 08, 51 and 7D. RGB value is (8,81,125). Sum of RGB (Red+Green+Blue) = 8+81+125=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #08517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08517D is #F7AE82. Grayscale: #3F3F3F. Windows color (decimal): -16232067 or 8212744. OLE color: 8212744.

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

Color convert

RGB 8 81 125 -
CMYK 0.94 0.35 0 0.51
HSL 202.56º 0.88% 0.26% -
HSV(B) 202.56º 0.94% 0.49% -
XYZ 6.74 7.42 20.48 -
YUV 64.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 8 81 125 0.94 0.35 0 0.51 202.56 0.88 0.26
Hex 8 51 7D 5E 23 0 33 CB 58 1A
Octal 10 121 175 136 43 0 63 313 130 32
Binary 1000 1010001 1111101 1011110 100011 0 110011 11001011 1011000 11010

Color Harmonies of #08517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08517D

Black with #08517D

Text Example


Text Example

White with #08517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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