#02589D

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

Shades of Cobalt #02589D

Tints of Cobalt #02589D

Color information

#02589D (or 0x02589D) is unknown color: approx Cobalt. HEX triplet: 02, 58 and 9D. RGB value is (2,88,157). Sum of RGB (Red+Green+Blue) = 2+88+157=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #02589D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02589D is #FDA762. Grayscale: #454545. Windows color (decimal): -16623459 or 10311682. OLE color: 10311682.

HSL color Cylindrical-coordinate representation of color #02589D: hue angle of 206.71º degrees, saturation: 0.97, 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 #02589D is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB288157-
CMYK0.990.4400.38
HSL206.71º97.48%31.18%-
HSV(B)206.71º98.73%61.57%-
XYZ9.69.4333.21-
YUV70.15177.0179.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 157 (61.72% from 255) = 63.56%
R=0.81%
G=35.63%
B=63.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2881570.990.4400.38206.7197.4831.18
Hex2589D632C026cf611f
Octal21302351435404631714137
Binary101011000100111011100011101100010011011001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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