#025099

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

Shades of Cobalt #025099

Tints of Cobalt #025099

Color information

#025099 (or 0x025099) is unknown color: approx Cobalt. HEX triplet: 02, 50 and 99. RGB value is (2,80,153). Sum of RGB (Red+Green+Blue) = 2+80+153=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #025099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025099 is #FDAF66. Grayscale: #404040. Windows color (decimal): -16625511 or 10047490. OLE color: 10047490.

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

Color convert

RGB280153-
CMYK0.990.4800.4
HSL209.01º97.42%30.39%-
HSV(B)209.01º98.69%60%-
XYZ8.648.0531.24-
YUV65177.6683.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=0.85%
G=34.04%
B=65.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2801530.990.4800.4209.0197.4230.39
Hex250996330028d1611e
Octal21202311436005032114136
Binary101010000100110011100011110000010100011010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025099; }

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

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

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

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

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

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

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

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