Html Css Color HEX #08519F Cobalt

📋 copy color: '#08519F'

red 8 ◦ green 81 ◦ blue 159

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

Shades of Cobalt #08519F

Tints of Cobalt #08519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.11%

R = 3.23%
G = 32.66%
B = 64.11%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08519F (or 0x08519F) is known color: Cobalt. HEX triplet: 08, 51 and 9F. RGB value is (8,81,159). Sum of RGB (Red+Green+Blue) = 8+81+159=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #08519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08519F is #F7AE60. Grayscale: #434343. Windows color (decimal): -16232033 or 10440968. OLE color: 10440968.

HSL color Cylindrical-coordinate representation of color #08519F: hue angle of 210.99º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08519F is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 81 159 -
CMYK 0.95 0.49 0 0.38
HSL 210.99º 0.9% 0.33% -
HSV(B) 210.99º 0.95% 0.62% -
XYZ 9.3 8.44 33.94 -
YUV 68.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 8 81 159 0.95 0.49 0 0.38 210.99 0.9 0.33
Hex 8 51 9F 5F 31 0 26 D3 5A 21
Octal 10 121 237 137 61 0 46 323 132 41
Binary 1000 1010001 10011111 1011111 110001 0 100110 11010011 1011010 100001

Color Harmonies of #08519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08519F

Black with #08519F

Text Example


Text Example

White with #08519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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