#02539C

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

Shades of Cobalt #02539C

Tints of Cobalt #02539C

Color information

#02539C (or 0x02539C) is unknown color: approx Cobalt. HEX triplet: 02, 53 and 9C. RGB value is (2,83,156). Sum of RGB (Red+Green+Blue) = 2+83+156=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #02539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02539C is #FDAC63. Grayscale: #424242. Windows color (decimal): -16624740 or 10244866. OLE color: 10244866.

HSL color Cylindrical-coordinate representation of color #02539C: hue angle of 208.44º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02539C is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB283156-
CMYK0.990.4700.39
HSL208.44º97.47%30.98%-
HSV(B)208.44º98.72%61.18%-
XYZ9.128.632.63-
YUV67.1178.1681.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 156 (61.33% from 255) = 64.73%
R=0.83%
G=34.44%
B=64.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2831560.990.4700.39208.4497.4730.98
Hex2539C632F027d0611f
Octal21232341435704732014137
Binary101010011100111001100011101111010011111010000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02539C; }

 p { color: rgb(2,83,156); }

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

<style>
 a { background-color: #02539C; }

 a { background-color: rgb(2,83,156); }

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

<style>
 span { border-color: #02539C; }

 span { border-color: rgb(2,83,156); }

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