#08579A

Color #08579A Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #08579A

Tints of Cobalt #08579A

Color information

#08579A (or 0x08579A) is unknown color: approx Cobalt. HEX triplet: 08, 57 and 9A. RGB value is (8,87,154). Sum of RGB (Red+Green+Blue) = 8+87+154=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #08579A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08579A is #F7A865. Grayscale: #464646. Windows color (decimal): -16230502 or 10114824. OLE color: 10114824.

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

Color convert

RGB887154-
CMYK0.950.4400.40
HSL207.53º90.12%31.76%-
HSV(B)207.53º94.81%60.39%-
XYZ9.349.231.86-
YUV71.02174.8383.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=3.21%
G=34.94%
B=61.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8871540.950.4400.40207.5390.1231.76
Hex8579A5F2C028d05a20
Octal101272321375405032013240
Binary100010101111001101010111111011000101000110100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08579A;
 }
 .AnyTagClassName
 {
   color: #08579A;
 }
</style>
background-color css

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

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

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

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

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

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