Shades of Navy Blue #0040EF
Tints of Navy Blue #0040EF
RGB
CMYK
RGB Variations
Color information
#0040EF (or 0x0040EF) is known color: Navy Blue. HEX triplet: 00, 40 and EF. RGB value is (0,64,239). Sum of RGB (Red+Green+Blue) = 0+64+239=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 239 (93.75% from 255 or 78.88% from 303); Max value from RGB is 239 - color contains mainly: blue. Hex color #0040EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0040EF is #FFBF10. Grayscale: #404040. Windows color (decimal): -16760593 or 15679488. OLE color: 15679488.
HSL color Cylindrical-coordinate representation of color #0040EF: hue angle of 223.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0040EF is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 64 | 239 | - |
| CMYK | 1 | 0.73 | 0 | 0.06 |
| HSL | 223.93º | 1% | 0.47% | - |
| HSV(B) | 223.93º | 1% | 0.94% | - |
| XYZ | 17.41 | 9.9 | 82.65 | - |
| YUV | 64.81 | 226.3 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 239 | 1 | 0.73 | 0 | 0.06 | 223.93 | 1 | 0.47 |
| Hex | 0 | 40 | EF | 64 | 49 | 0 | 6 | E0 | 64 | 2F |
| Octal | 0 | 100 | 357 | 144 | 111 | 0 | 6 | 340 | 144 | 57 |
| Binary | 0 | 1000000 | 11101111 | 1100100 | 1001001 | 0 | 110 | 11100000 | 1100100 | 101111 |
Color Harmonies of #0040EF
Complementary color
Monochromatic Colors of #0040EF
Black with #0040EF
Text Example
Text Example
White with #0040EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0040EF; }
p { color: rgb(0,64,239); }
H1.HeaderClassName
{
color: #0040EF;
}
.AnyTagClassName
{
color: #0040EF;
}
</style>
background-color css
<style>
a { background-color: #0040EF; }
a { background-color: rgb(0,64,239); }
div.DivClassName
{
background-color: #0040EF;
}
.BgClassName
{
background-color: #0040EF;
}
</style>
border-color css
<style>
span { border-color: #0040EF; }
span { border-color: rgb(0,64,239); }
td.TdClassName
{
border-color: #0040EF;
}
.TagClassName
{
border-color: #0040EF;
}
</style>