#02589F

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

Shades of Cobalt #02589F

Tints of Cobalt #02589F

Color information

#02589F (or 0x02589F) is unknown color: approx Cobalt. HEX triplet: 02, 58 and 9F. RGB value is (2,88,159). Sum of RGB (Red+Green+Blue) = 2+88+159=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #02589F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02589F is #FDA760. Grayscale: #464646. Windows color (decimal): -16623457 or 10442754. OLE color: 10442754.

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

Color convert

RGB288159-
CMYK0.990.4500.38
HSL207.13º97.52%31.57%-
HSV(B)207.13º98.74%62.35%-
XYZ9.779.534.12-
YUV70.38178.0179.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=0.80%
G=35.34%
B=63.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2881590.990.4500.38207.1397.5231.57
Hex2589F632D026cf6220
Octal21302371435504631714240
Binary1010110001001111111000111011010100110110011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02589F; }

 p { color: rgb(2,88,159); }

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

<style>
 a { background-color: #02589F; }

 a { background-color: rgb(2,88,159); }

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

<style>
 span { border-color: #02589F; }

 span { border-color: rgb(2,88,159); }

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