#025C99

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

Shades of Cobalt #025C99

Tints of Cobalt #025C99

Color information

#025C99 (or 0x025C99) is unknown color: approx Cobalt. HEX triplet: 02, 5C and 99. RGB value is (2,92,153). Sum of RGB (Red+Green+Blue) = 2+92+153=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #025C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C99 is #FDA366. Grayscale: #474747. Windows color (decimal): -16622439 or 10050562. OLE color: 10050562.

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

Color convert

RGB292153-
CMYK0.990.4000.4
HSL204.24º97.42%30.39%-
HSV(B)204.24º98.69%60%-
XYZ9.69.9731.55-
YUV72.04173.6878.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=0.81%
G=37.25%
B=61.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2921530.990.4000.4204.2497.4230.39
Hex25C996328028cc611e
Octal21342311435005031414136
Binary101011100100110011100011101000010100011001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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