#025096

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

Shades of Cobalt #025096

Tints of Cobalt #025096

Color information

#025096 (or 0x025096) is unknown color: approx Cobalt. HEX triplet: 02, 50 and 96. RGB value is (2,80,150). Sum of RGB (Red+Green+Blue) = 2+80+150=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #025096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025096 is #FDAF69. Grayscale: #404040. Windows color (decimal): -16625514 or 9850882. OLE color: 9850882.

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

Color convert

RGB280150-
CMYK0.990.4700.41
HSL208.38º97.37%29.8%-
HSV(B)208.38º98.67%58.82%-
XYZ8.47.9529.95-
YUV64.66176.1683.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 150 (58.98% from 255) = 64.66%
R=0.86%
G=34.48%
B=64.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2801500.990.4700.41208.3897.3729.8
Hex25096632F029d0611e
Octal21202261435705132014136
Binary101010000100101101100011101111010100111010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025096; }

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

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

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

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

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

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

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

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