#02529A

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

Shades of Cobalt #02529A

Tints of Cobalt #02529A

Color information

#02529A (or 0x02529A) is unknown color: approx Cobalt. HEX triplet: 02, 52 and 9A. RGB value is (2,82,154). Sum of RGB (Red+Green+Blue) = 2+82+154=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #02529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02529A is #FDAD65. Grayscale: #414141. Windows color (decimal): -16624998 or 10113538. OLE color: 10113538.

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

Color convert

RGB282154-
CMYK0.990.4700.40
HSL208.42º97.44%30.59%-
HSV(B)208.42º98.7%60.39%-
XYZ8.888.3831.72-
YUV66.29177.582.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=0.84%
G=34.45%
B=64.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2821540.990.4700.40208.4297.4430.59
Hex2529A632F028d0611f
Octal21222321435705032014137
Binary101010010100110101100011101111010100011010000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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