Html Css Color HEX #08579D Cobalt

📋 copy color: '#08579D'

red 8 ◦ green 87 ◦ blue 157

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

Shades of Cobalt #08579D

Tints of Cobalt #08579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 3.17%
G = 34.52%
B = 62.3%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08579D (or 0x08579D) is known color: Cobalt. HEX triplet: 08, 57 and 9D. RGB value is (8,87,157). Sum of RGB (Red+Green+Blue) = 8+87+157=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #08579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08579D is #F7A862. Grayscale: #474747. Windows color (decimal): -16230499 or 10311432. OLE color: 10311432.

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

Color convert

RGB 8 87 157 -
CMYK 0.95 0.45 0 0.38
HSL 208.19º 0.9% 0.32% -
HSV(B) 208.19º 0.95% 0.62% -
XYZ 9.59 9.3 33.19 -
YUV 71.36 176.33 82.81 -
System Red Green Blue C M Y K H S L
Decimal 8 87 157 0.95 0.45 0 0.38 208.19 0.9 0.32
Hex 8 57 9D 5F 2D 0 26 D0 5A 20
Octal 10 127 235 137 55 0 46 320 132 40
Binary 1000 1010111 10011101 1011111 101101 0 100110 11010000 1011010 100000

Color Harmonies of #08579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08579D

Black with #08579D

Text Example


Text Example

White with #08579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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