#025E99

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

Shades of Cobalt #025E99

Tints of Cobalt #025E99

Color information

#025E99 (or 0x025E99) is unknown color: approx Cobalt. HEX triplet: 02, 5E and 99. RGB value is (2,94,153). Sum of RGB (Red+Green+Blue) = 2+94+153=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #025E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E99 is #FDA166. Grayscale: #484848. Windows color (decimal): -16621927 or 10051074. OLE color: 10051074.

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

Color convert

RGB294153-
CMYK0.990.3900.4
HSL203.44º97.42%30.39%-
HSV(B)203.44º98.69%60%-
XYZ9.7810.3231.61-
YUV73.22173.0277.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=0.80%
G=37.75%
B=61.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2941530.990.3900.4203.4497.4230.39
Hex25E996327028cb611e
Octal21362311434705031314136
Binary101011110100110011100011100111010100011001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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