#025AB1

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

Shades of Cobalt #025AB1

Tints of Cobalt #025AB1

Color information

#025AB1 (or 0x025AB1) is unknown color: approx Cobalt. HEX triplet: 02, 5A and B1. RGB value is (2,90,177). Sum of RGB (Red+Green+Blue) = 2+90+177=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #025AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025AB1 is #FDA54E. Grayscale: #494949. Windows color (decimal): -16622927 or 11622914. OLE color: 11622914.

HSL color Cylindrical-coordinate representation of color #025AB1: hue angle of 209.83º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025AB1 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB290177-
CMYK0.990.4900.31
HSL209.83º97.77%35.1%-
HSV(B)209.83º98.87%69.41%-
XYZ11.6210.543.01-
YUV73.61186.3576.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 177 (69.53% from 255) = 65.80%
R=0.74%
G=33.46%
B=65.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2901770.990.4900.31209.8397.7735.1
Hex25AB1633101Fd26223
Octal21322611436103732214243
Binary101011010101100011100011110001011111110100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,90,177); }

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

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

 a { background-color: rgb(2,90,177); }

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

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

 span { border-color: rgb(2,90,177); }

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