#025896

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

Shades of Cobalt #025896

Tints of Cobalt #025896

Color information

#025896 (or 0x025896) is unknown color: approx Cobalt. HEX triplet: 02, 58 and 96. RGB value is (2,88,150). Sum of RGB (Red+Green+Blue) = 2+88+150=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #025896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025896 is #FDA769. Grayscale: #454545. Windows color (decimal): -16623466 or 9852930. OLE color: 9852930.

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

Color convert

RGB288150-
CMYK0.990.4100.41
HSL205.14º97.37%29.8%-
HSV(B)205.14º98.67%58.82%-
XYZ9.029.1930.15-
YUV69.35173.5179.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=0.83%
G=36.67%
B=62.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2881500.990.4100.41205.1497.3729.8
Hex258966329029cd611e
Octal21302261435105131514136
Binary101011000100101101100011101001010100111001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025896; }

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

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

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

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

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

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

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

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