#025EED

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

Shades of Navy Blue #025EED

Tints of Navy Blue #025EED

Color information

#025EED (or 0x025EED) is unknown color: approx Navy Blue. HEX triplet: 02, 5E and ED. RGB value is (2,94,237). Sum of RGB (Red+Green+Blue) = 2+94+237=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #025EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025EED is #FDA112. Grayscale: #525252. Windows color (decimal): -16621843 or 15556098. OLE color: 15556098.

HSL color Cylindrical-coordinate representation of color #025EED: hue angle of 216.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EED is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB294237-
CMYK0.990.6000.07
HSL216.51º98.33%46.86%-
HSV(B)216.51º99.16%92.94%-
XYZ19.3114.1381.83-
YUV82.79215.0270.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 237 (92.97% from 255) = 71.17%
R=0.60%
G=28.23%
B=71.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2942370.990.6000.07216.5198.3346.86
Hex25EED633C07d9622f
Octal2136355143740733114257
Binary1010111101110110111000111111000111110110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,237); }

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

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

 a { background-color: rgb(2,94,237); }

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

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

 span { border-color: rgb(2,94,237); }

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