Shades of Navy Blue #0040EA
Tints of Navy Blue #0040EA
RGB
CMYK
RGB Variations
Color information
#0040EA (or 0x0040EA) is known color: Navy Blue. HEX triplet: 00, 40 and EA. RGB value is (0,64,234). Sum of RGB (Red+Green+Blue) = 0+64+234=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #0040EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0040EA is #FFBF15. Grayscale: #3F3F3F. Windows color (decimal): -16760598 or 15351808. OLE color: 15351808.
HSL color Cylindrical-coordinate representation of color #0040EA: hue angle of 223.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0040EA is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 64 | 234 | - |
| CMYK | 1 | 0.73 | 0 | 0.08 |
| HSL | 223.59º | 1% | 0.46% | - |
| HSV(B) | 223.59º | 1% | 0.92% | - |
| XYZ | 16.68 | 9.61 | 78.82 | - |
| YUV | 64.24 | 223.8 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 234 | 1 | 0.73 | 0 | 0.08 | 223.59 | 1 | 0.46 |
| Hex | 0 | 40 | EA | 64 | 49 | 0 | 8 | E0 | 64 | 2E |
| Octal | 0 | 100 | 352 | 144 | 111 | 0 | 10 | 340 | 144 | 56 |
| Binary | 0 | 1000000 | 11101010 | 1100100 | 1001001 | 0 | 1000 | 11100000 | 1100100 | 101110 |
Color Harmonies of #0040EA
Complementary color
Monochromatic Colors of #0040EA
Black with #0040EA
Text Example
Text Example
White with #0040EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0040EA; }
p { color: rgb(0,64,234); }
H1.HeaderClassName
{
color: #0040EA;
}
.AnyTagClassName
{
color: #0040EA;
}
</style>
background-color css
<style>
a { background-color: #0040EA; }
a { background-color: rgb(0,64,234); }
div.DivClassName
{
background-color: #0040EA;
}
.BgClassName
{
background-color: #0040EA;
}
</style>
border-color css
<style>
span { border-color: #0040EA; }
span { border-color: rgb(0,64,234); }
td.TdClassName
{
border-color: #0040EA;
}
.TagClassName
{
border-color: #0040EA;
}
</style>