#025A9E

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

Shades of Cobalt #025A9E

Tints of Cobalt #025A9E

Color information

#025A9E (or 0x025A9E) is unknown color: approx Cobalt. HEX triplet: 02, 5A and 9E. RGB value is (2,90,158). Sum of RGB (Red+Green+Blue) = 2+90+158=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #025A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025A9E is #FDA561. Grayscale: #474747. Windows color (decimal): -16622946 or 10377730. OLE color: 10377730.

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

Color convert

RGB290158-
CMYK0.990.4300.38
HSL206.15º97.5%31.37%-
HSV(B)206.15º98.73%61.96%-
XYZ9.859.7933.72-
YUV71.44176.8578.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=0.8%
G=36%
B=63.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2901580.990.4300.38206.1597.531.37
Hex25A9E632B026ce621f
Octal21322361435304631614237
Binary101011010100111101100011101011010011011001110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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