Html Css Color HEX #08519A Cobalt

📋 copy color: '#08519A'

red 8 ◦ green 81 ◦ blue 154

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

Shades of Cobalt #08519A

Tints of Cobalt #08519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.37%

R = 3.29%
G = 33.33%
B = 63.37%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08519A (or 0x08519A) is known color: Cobalt. HEX triplet: 08, 51 and 9A. RGB value is (8,81,154). Sum of RGB (Red+Green+Blue) = 8+81+154=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #08519A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08519A is #F7AE65. Grayscale: #434343. Windows color (decimal): -16232038 or 10113288. OLE color: 10113288.

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

Color convert

RGB 8 81 154 -
CMYK 0.95 0.47 0 0.40
HSL 210º 0.9% 0.32% -
HSV(B) 210º 0.95% 0.6% -
XYZ 8.88 8.27 31.7 -
YUV 67.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 8 81 154 0.95 0.47 0 0.40 210 0.9 0.32
Hex 8 51 9A 5F 2F 0 28 D2 5A 20
Octal 10 121 232 137 57 0 50 322 132 40
Binary 1000 1010001 10011010 1011111 101111 0 101000 11010010 1011010 100000

Color Harmonies of #08519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08519A

Black with #08519A

Text Example


Text Example

White with #08519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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