#02579A

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

Shades of Cobalt #02579A

Tints of Cobalt #02579A

Color information

#02579A (or 0x02579A) is unknown color: approx Cobalt. HEX triplet: 02, 57 and 9A. RGB value is (2,87,154). Sum of RGB (Red+Green+Blue) = 2+87+154=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 87 (34.38% from 255 or 35.80% 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 #02579A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02579A is #FDA865. Grayscale: #444444. Windows color (decimal): -16623718 or 10114818. OLE color: 10114818.

HSL color Cylindrical-coordinate representation of color #02579A: hue angle of 206.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02579A is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB287154-
CMYK0.990.4400.40
HSL206.45º97.44%30.59%-
HSV(B)206.45º98.7%60.39%-
XYZ9.279.1631.85-
YUV69.22175.8480.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 154 (60.55% from 255) = 63.37%
R=0.82%
G=35.80%
B=63.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2871540.990.4400.40206.4597.4430.59
Hex2579A632C028ce611f
Octal21272321435405031614137
Binary101010111100110101100011101100010100011001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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