#025AAB

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

Shades of Cobalt #025AAB

Tints of Cobalt #025AAB

Color information

#025AAB (or 0x025AAB) is unknown color: approx Cobalt. HEX triplet: 02, 5A and AB. RGB value is (2,90,171). Sum of RGB (Red+Green+Blue) = 2+90+171=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #025AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025AAB is #FDA554. Grayscale: #484848. Windows color (decimal): -16622933 or 11229698. OLE color: 11229698.

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

Color convert

RGB290171-
CMYK0.990.4700.33
HSL208.76º97.69%33.92%-
HSV(B)208.76º98.83%67.06%-
XYZ11.0310.2739.93-
YUV72.92183.3577.41-

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.22%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=0.76%
G=34.22%
B=65.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2901710.990.4700.33208.7697.6933.92
Hex25AAB632F021d16222
Octal21322531435704132114242
Binary1010110101010101111000111011110100001110100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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