#025FAA

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

Shades of Cobalt #025FAA

Tints of Cobalt #025FAA

Color information

#025FAA (or 0x025FAA) is unknown color: approx Cobalt. HEX triplet: 02, 5F and AA. RGB value is (2,95,170). Sum of RGB (Red+Green+Blue) = 2+95+170=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #025FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025FAA is #FDA055. Grayscale: #4B4B4B. Windows color (decimal): -16621654 or 11165442. OLE color: 11165442.

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

Color convert

RGB295170-
CMYK0.990.4400.33
HSL206.79º97.67%33.73%-
HSV(B)206.79º98.82%66.67%-
XYZ11.3711.139.57-
YUV75.74181.1975.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 170 (66.80% from 255) = 63.67%
R=0.75%
G=35.58%
B=63.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2951700.990.4400.33206.7997.6733.73
Hex25FAA632C021cf6222
Octal21372521435404131714242
Binary1010111111010101011000111011000100001110011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,95,170); }

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

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

 a { background-color: rgb(2,95,170); }

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

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

 span { border-color: rgb(2,95,170); }

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