Html Css Color HEX #08519E Cobalt

📋 copy color: '#08519E'

red 8 ◦ green 81 ◦ blue 158

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

Shades of Cobalt #08519E

Tints of Cobalt #08519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.97%

R = 3.24%
G = 32.79%
B = 63.97%

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

#08519E (or 0x08519E) is known color: Cobalt. HEX triplet: 08, 51 and 9E. RGB value is (8,81,158). Sum of RGB (Red+Green+Blue) = 8+81+158=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #08519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08519E is #F7AE61. Grayscale: #434343. Windows color (decimal): -16232034 or 10375432. OLE color: 10375432.

HSL color Cylindrical-coordinate representation of color #08519E: hue angle of 210.8º 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 #08519E is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 81 158 -
CMYK 0.95 0.49 0 0.38
HSL 210.8º 0.9% 0.33% -
HSV(B) 210.8º 0.95% 0.62% -
XYZ 9.21 8.41 33.48 -
YUV 67.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 8 81 158 0.95 0.49 0 0.38 210.8 0.9 0.33
Hex 8 51 9E 5F 31 0 26 D3 5A 21
Octal 10 121 236 137 61 0 46 323 132 41
Binary 1000 1010001 10011110 1011111 110001 0 100110 11010011 1011010 100001

Color Harmonies of #08519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08519E

Black with #08519E

Text Example


Text Example

White with #08519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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