Shades of Navy Blue #0040E1
Tints of Navy Blue #0040E1
RGB
CMYK
RGB Variations
Color information
#0040E1 (or 0x0040E1) is known color: Navy Blue. HEX triplet: 00, 40 and E1. RGB value is (0,64,225). Sum of RGB (Red+Green+Blue) = 0+64+225=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 225 (88.28% from 255 or 77.85% from 289); Max value from RGB is 225 - color contains mainly: blue. Hex color #0040E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040E1 is #FFBF1E. Grayscale: #3E3E3E. Windows color (decimal): -16760607 or 14761984. OLE color: 14761984.
HSL color Cylindrical-coordinate representation of color #0040E1: hue angle of 222.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0040E1 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 64 | 225 | - |
| CMYK | 1 | 0.72 | 0 | 0.12 |
| HSL | 222.93º | 1% | 0.44% | - |
| HSV(B) | 222.93º | 1% | 0.88% | - |
| XYZ | 15.42 | 9.1 | 72.18 | - |
| YUV | 63.22 | 219.3 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 225 | 1 | 0.72 | 0 | 0.12 | 222.93 | 1 | 0.44 |
| Hex | 0 | 40 | E1 | 64 | 48 | 0 | C | DF | 64 | 2C |
| Octal | 0 | 100 | 341 | 144 | 110 | 0 | 14 | 337 | 144 | 54 |
| Binary | 0 | 1000000 | 11100001 | 1100100 | 1001000 | 0 | 1100 | 11011111 | 1100100 | 101100 |
Color Harmonies of #0040E1
Complementary color
Monochromatic Colors of #0040E1
Black with #0040E1
Text Example
Text Example
White with #0040E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0040E1; }
p { color: rgb(0,64,225); }
H1.HeaderClassName
{
color: #0040E1;
}
.AnyTagClassName
{
color: #0040E1;
}
</style>
background-color css
<style>
a { background-color: #0040E1; }
a { background-color: rgb(0,64,225); }
div.DivClassName
{
background-color: #0040E1;
}
.BgClassName
{
background-color: #0040E1;
}
</style>
border-color css
<style>
span { border-color: #0040E1; }
span { border-color: rgb(0,64,225); }
td.TdClassName
{
border-color: #0040E1;
}
.TagClassName
{
border-color: #0040E1;
}
</style>