Html Css Color HEX #08518F Dark Cerulean

📋 copy color: '#08518F'

red 8 ◦ green 81 ◦ blue 143

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

Shades of Dark Cerulean #08518F

Tints of Dark Cerulean #08518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 3.45%
G = 34.91%
B = 61.64%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08518F (or 0x08518F) is known color: Dark Cerulean. HEX triplet: 08, 51 and 8F. RGB value is (8,81,143). Sum of RGB (Red+Green+Blue) = 8+81+143=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #08518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08518F is #F7AE70. Grayscale: #414141. Windows color (decimal): -16232049 or 9392392. OLE color: 9392392.

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

Color convert

RGB 8 81 143 -
CMYK 0.94 0.43 0 0.44
HSL 207.56º 0.89% 0.3% -
HSV(B) 207.56º 0.94% 0.56% -
XYZ 8 7.92 27.09 -
YUV 66.24 171.32 86.46 -
System Red Green Blue C M Y K H S L
Decimal 8 81 143 0.94 0.43 0 0.44 207.56 0.89 0.3
Hex 8 51 8F 5E 2B 0 2C D0 59 1E
Octal 10 121 217 136 53 0 54 320 131 36
Binary 1000 1010001 10001111 1011110 101011 0 101100 11010000 1011001 11110

Color Harmonies of #08518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08518F

Black with #08518F

Text Example


Text Example

White with #08518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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