#025297

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

Shades of Cobalt #025297

Tints of Cobalt #025297

Color information

#025297 (or 0x025297) is unknown color: approx Cobalt. HEX triplet: 02, 52 and 97. RGB value is (2,82,151). Sum of RGB (Red+Green+Blue) = 2+82+151=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #025297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025297 is #FDAD68. Grayscale: #414141. Windows color (decimal): -16625001 or 9916930. OLE color: 9916930.

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

Color convert

RGB282151-
CMYK0.990.4600.41
HSL207.79º97.39%30%-
HSV(B)207.79º98.68%59.22%-
XYZ8.638.2830.42-
YUV65.9517682.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 151 (59.38% from 255) = 64.26%
R=0.85%
G=34.89%
B=64.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2821510.990.4600.41207.7997.3930
Hex25297632E029d0611e
Octal21222271435605132014136
Binary101010010100101111100011101110010100111010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025297; }

 p { color: rgb(2,82,151); }

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

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

 a { background-color: rgb(2,82,151); }

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

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

 span { border-color: rgb(2,82,151); }

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