#025EBE

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

Shades of Navy Blue #025EBE

Tints of Navy Blue #025EBE

Color information

#025EBE (or 0x025EBE) is unknown color: approx Navy Blue. HEX triplet: 02, 5E and BE. RGB value is (2,94,190). Sum of RGB (Red+Green+Blue) = 2+94+190=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #025EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EBE is #FDA141. Grayscale: #4C4C4C. Windows color (decimal): -16621890 or 12475906. OLE color: 12475906.

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

Color convert

RGB294190-
CMYK0.990.5100.25
HSL210.64º97.92%37.65%-
HSV(B)210.64º98.95%74.51%-
XYZ13.3211.7450.28-
YUV77.44191.5274.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 190 (74.61% from 255) = 66.43%
R=0.70%
G=32.87%
B=66.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2941900.990.5100.25210.6497.9237.65
Hex25EBE6333019d36226
Octal21362761436303132314246
Binary101011110101111101100011110011011001110100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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