Html Css Color HEX #08579B Cobalt

📋 copy color: '#08579B'

red 8 ◦ green 87 ◦ blue 155

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

Shades of Cobalt #08579B

Tints of Cobalt #08579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

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

R = 3.2%
G = 34.8%
B = 62%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08579B (or 0x08579B) is known color: Cobalt. HEX triplet: 08, 57 and 9B. RGB value is (8,87,155). Sum of RGB (Red+Green+Blue) = 8+87+155=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #08579B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08579B is #F7A864. Grayscale: #464646. Windows color (decimal): -16230501 or 10180360. OLE color: 10180360.

HSL color Cylindrical-coordinate representation of color #08579B: hue angle of 207.76º 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 #08579B is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 87 155 -
CMYK 0.95 0.44 0 0.39
HSL 207.76º 0.9% 0.32% -
HSV(B) 207.76º 0.95% 0.61% -
XYZ 9.42 9.23 32.3 -
YUV 71.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 8 87 155 0.95 0.44 0 0.39 207.76 0.9 0.32
Hex 8 57 9B 5F 2C 0 27 D0 5A 20
Octal 10 127 233 137 54 0 47 320 132 40
Binary 1000 1010111 10011011 1011111 101100 0 100111 11010000 1011010 100000

Color Harmonies of #08579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08579B

Black with #08579B

Text Example


Text Example

White with #08579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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