#025796

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

Shades of Cobalt #025796

Tints of Cobalt #025796

Color information

#025796 (or 0x025796) is unknown color: approx Cobalt. HEX triplet: 02, 57 and 96. RGB value is (2,87,150). Sum of RGB (Red+Green+Blue) = 2+87+150=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #025796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025796 is #FDA869. Grayscale: #444444. Windows color (decimal): -16623722 or 9852674. OLE color: 9852674.

HSL color Cylindrical-coordinate representation of color #025796: hue angle of 205.54º 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 #025796 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB287150-
CMYK0.990.4200.41
HSL205.54º97.37%29.8%-
HSV(B)205.54º98.67%58.82%-
XYZ8.949.0330.13-
YUV68.77173.8480.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=0.84%
G=36.40%
B=62.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2871500.990.4200.41205.5497.3729.8
Hex25796632A029ce611e
Octal21272261435205131614136
Binary101010111100101101100011101010010100111001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025796; }

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

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

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

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

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

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

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

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