Html Css Color HEX #08519B Cobalt

📋 copy color: '#08519B'

red 8 ◦ green 81 ◦ blue 155

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

Shades of Cobalt #08519B

Tints of Cobalt #08519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 3.28%
G = 33.2%
B = 63.52%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08519B (or 0x08519B) is known color: Cobalt. HEX triplet: 08, 51 and 9B. RGB value is (8,81,155). Sum of RGB (Red+Green+Blue) = 8+81+155=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #08519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08519B is #F7AE64. Grayscale: #434343. Windows color (decimal): -16232037 or 10178824. OLE color: 10178824.

HSL color Cylindrical-coordinate representation of color #08519B: hue angle of 210.2º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08519B is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 81 155 -
CMYK 0.95 0.48 0 0.39
HSL 210.2º 0.9% 0.32% -
HSV(B) 210.2º 0.95% 0.61% -
XYZ 8.96 8.3 32.14 -
YUV 67.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 8 81 155 0.95 0.48 0 0.39 210.2 0.9 0.32
Hex 8 51 9B 5F 30 0 27 D2 5A 20
Octal 10 121 233 137 60 0 47 322 132 40
Binary 1000 1010001 10011011 1011111 110000 0 100111 11010010 1011010 100000

Color Harmonies of #08519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08519B

Black with #08519B

Text Example


Text Example

White with #08519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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