#025AAC

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

Shades of Cobalt #025AAC

Tints of Cobalt #025AAC

Color information

#025AAC (or 0x025AAC) is unknown color: approx Cobalt. HEX triplet: 02, 5A and AC. RGB value is (2,90,172). Sum of RGB (Red+Green+Blue) = 2+90+172=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #025AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025AAC is #FDA553. Grayscale: #484848. Windows color (decimal): -16622932 or 11295234. OLE color: 11295234.

HSL color Cylindrical-coordinate representation of color #025AAC: hue angle of 208.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025AAC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB290172-
CMYK0.990.4800.33
HSL208.94º97.7%34.12%-
HSV(B)208.94º98.84%67.45%-
XYZ11.1310.340.43-
YUV73.04183.8577.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 172 (67.58% from 255) = 65.15%
R=0.76%
G=34.09%
B=65.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2901720.990.4800.33208.9497.734.12
Hex25AAC6330021d16222
Octal21322541436004132114242
Binary1010110101010110011000111100000100001110100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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