Html Css Color HEX #08517F Dark Cerulean

📋 copy color: '#08517F'

red 8 ◦ green 81 ◦ blue 127

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

Shades of Dark Cerulean #08517F

Tints of Dark Cerulean #08517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.8%

R = 3.7%
G = 37.5%
B = 58.8%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08517F (or 0x08517F) is known color: Dark Cerulean. HEX triplet: 08, 51 and 7F. RGB value is (8,81,127). Sum of RGB (Red+Green+Blue) = 8+81+127=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #08517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08517F is #F7AE80. Grayscale: #404040. Windows color (decimal): -16232065 or 8343816. OLE color: 8343816.

HSL color Cylindrical-coordinate representation of color #08517F: hue angle of 203.19º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08517F is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 81 127 -
CMYK 0.94 0.36 0 0.50
HSL 203.19º 0.88% 0.26% -
HSV(B) 203.19º 0.94% 0.5% -
XYZ 6.87 7.47 21.16 -
YUV 64.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 8 81 127 0.94 0.36 0 0.50 203.19 0.88 0.26
Hex 8 51 7F 5E 24 0 32 CB 58 1A
Octal 10 121 177 136 44 0 62 313 130 32
Binary 1000 1010001 1111111 1011110 100100 0 110010 11001011 1011000 11010

Color Harmonies of #08517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08517F

Black with #08517F

Text Example


Text Example

White with #08517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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