Shades of Navy Blue #0E4DEF
Tints of Navy Blue #0E4DEF
RGB
CMYK
RGB Variations
Color information
#0E4DEF (or 0x0E4DEF) is known color: Navy Blue. HEX triplet: 0E, 4D and EF. RGB value is (14,77,239). Sum of RGB (Red+Green+Blue) = 14+77+239=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E4DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E4DEF is #F1B210. Grayscale: #4B4B4B. Windows color (decimal): -15839761 or 15682830. OLE color: 15682830.
HSL color Cylindrical-coordinate representation of color #0E4DEF: hue angle of 223.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4DEF is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 77 | 239 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.06 |
| HSL | 223.2º | 0.89% | 0.5% | - |
| HSV(B) | 223.2º | 0.94% | 0.94% | - |
| XYZ | 18.41 | 11.63 | 82.94 | - |
| YUV | 76.63 | 219.63 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 239 | 0.94 | 0.68 | 0 | 0.06 | 223.2 | 0.89 | 0.5 |
| Hex | E | 4D | EF | 5E | 44 | 0 | 6 | DF | 59 | 32 |
| Octal | 16 | 115 | 357 | 136 | 104 | 0 | 6 | 337 | 131 | 62 |
| Binary | 1110 | 1001101 | 11101111 | 1011110 | 1000100 | 0 | 110 | 11011111 | 1011001 | 110010 |
Color Harmonies of #0E4DEF
Complementary color
Monochromatic Colors of #0E4DEF
Black with #0E4DEF
Text Example
Text Example
White with #0E4DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4DEF; }
p { color: rgb(14,77,239); }
H1.HeaderClassName
{
color: #0E4DEF;
}
.AnyTagClassName
{
color: #0E4DEF;
}
</style>
background-color css
<style>
a { background-color: #0E4DEF; }
a { background-color: rgb(14,77,239); }
div.DivClassName
{
background-color: #0E4DEF;
}
.BgClassName
{
background-color: #0E4DEF;
}
</style>
border-color css
<style>
span { border-color: #0E4DEF; }
span { border-color: rgb(14,77,239); }
td.TdClassName
{
border-color: #0E4DEF;
}
.TagClassName
{
border-color: #0E4DEF;
}
</style>