#02529E

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

Shades of Cobalt #02529E

Tints of Cobalt #02529E

Color information

#02529E (or 0x02529E) is unknown color: approx Cobalt. HEX triplet: 02, 52 and 9E. RGB value is (2,82,158). Sum of RGB (Red+Green+Blue) = 2+82+158=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #02529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02529E is #FDAD61. Grayscale: #424242. Windows color (decimal): -16624994 or 10375682. OLE color: 10375682.

HSL color Cylindrical-coordinate representation of color #02529E: hue angle of 209.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02529E is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB282158-
CMYK0.990.4800.38
HSL209.23º97.5%31.37%-
HSV(B)209.23º98.73%61.96%-
XYZ9.218.5233.51-
YUV66.74179.581.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=0.83%
G=33.88%
B=65.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2821580.990.4800.38209.2397.531.37
Hex2529E6330026d1621f
Octal21222361436004632114237
Binary101010010100111101100011110000010011011010001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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