#025C96

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

Shades of Cobalt #025C96

Tints of Cobalt #025C96

Color information

#025C96 (or 0x025C96) is unknown color: approx Cobalt. HEX triplet: 02, 5C and 96. RGB value is (2,92,150). Sum of RGB (Red+Green+Blue) = 2+92+150=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #025C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C96 is #FDA369. Grayscale: #474747. Windows color (decimal): -16622442 or 9853954. OLE color: 9853954.

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

Color convert

RGB292150-
CMYK0.990.3900.41
HSL203.51º97.37%29.8%-
HSV(B)203.51º98.67%58.82%-
XYZ9.369.8730.27-
YUV71.7172.1878.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=0.82%
G=37.70%
B=61.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2921500.990.3900.41203.5197.3729.8
Hex25C966327029cc611e
Octal21342261434705131414136
Binary101011100100101101100011100111010100111001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025C96; }

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

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

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

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

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

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

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

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