#025597

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

Shades of Cobalt #025597

Tints of Cobalt #025597

Color information

#025597 (or 0x025597) is unknown color: approx Cobalt. HEX triplet: 02, 55 and 97. RGB value is (2,85,151). Sum of RGB (Red+Green+Blue) = 2+85+151=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #025597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025597 is #FDAA68. Grayscale: #434343. Windows color (decimal): -16624233 or 9917698. OLE color: 9917698.

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

Color convert

RGB285151-
CMYK0.990.4400.41
HSL206.58º97.39%30%-
HSV(B)206.58º98.68%59.22%-
XYZ8.868.7430.5-
YUV67.7117581.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 151 (59.38% from 255) = 63.45%
R=0.84%
G=35.71%
B=63.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2851510.990.4400.41206.5897.3930
Hex25597632C029cf611e
Octal21252271435405131714136
Binary101010101100101111100011101100010100111001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025597; }

 p { color: rgb(2,85,151); }

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

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

 a { background-color: rgb(2,85,151); }

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

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

 span { border-color: rgb(2,85,151); }

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