#025999

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

Shades of Cobalt #025999

Tints of Cobalt #025999

Color information

#025999 (or 0x025999) is unknown color: approx Cobalt. HEX triplet: 02, 59 and 99. RGB value is (2,89,153). Sum of RGB (Red+Green+Blue) = 2+89+153=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #025999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025999 is #FDA666. Grayscale: #454545. Windows color (decimal): -16623207 or 10049794. OLE color: 10049794.

HSL color Cylindrical-coordinate representation of color #025999: hue angle of 205.43º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025999 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB289153-
CMYK0.990.4200.4
HSL205.43º97.42%30.39%-
HSV(B)205.43º98.69%60%-
XYZ9.359.4631.47-
YUV70.28174.6879.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 153 (60.16% from 255) = 62.70%
R=0.82%
G=36.48%
B=62.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2891530.990.4200.4205.4397.4230.39
Hex25999632A028cd611e
Octal21312311435205031514136
Binary101011001100110011100011101010010100011001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025999; }

 p { color: rgb(2,89,153); }

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

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

 a { background-color: rgb(2,89,153); }

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

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

 span { border-color: rgb(2,89,153); }

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