Shades of Navy Blue #0E4DFF
Tints of Navy Blue #0E4DFF
RGB
CMYK
RGB Variations
Color information
#0E4DFF (or 0x0E4DFF) is known color: Navy Blue. HEX triplet: 0E, 4D and FF. RGB value is (14,77,255). Sum of RGB (Red+Green+Blue) = 14+77+255=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E4DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E4DFF is #F1B200. Grayscale: #4D4D4D. Windows color (decimal): -15839745 or 16731406. OLE color: 16731406.
HSL color Cylindrical-coordinate representation of color #0E4DFF: hue angle of 224.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E4DFF is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 77 | 255 | - |
| CMYK | 0.95 | 0.70 | 0 | 0 |
| HSL | 224.32º | 1% | 0.53% | - |
| HSV(B) | 224.32º | 0.95% | 1% | - |
| XYZ | 20.88 | 12.62 | 95.94 | - |
| YUV | 78.46 | 227.63 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 255 | 0.95 | 0.70 | 0 | 0 | 224.32 | 1 | 0.53 |
| Hex | E | 4D | FF | 5F | 46 | 0 | 0 | E0 | 64 | 35 |
| Octal | 16 | 115 | 377 | 137 | 106 | 0 | 0 | 340 | 144 | 65 |
| Binary | 1110 | 1001101 | 11111111 | 1011111 | 1000110 | 0 | 0 | 11100000 | 1100100 | 110101 |
Color Harmonies of #0E4DFF
Complementary color
Monochromatic Colors of #0E4DFF
Black with #0E4DFF
Text Example
Text Example
White with #0E4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4DFF; }
p { color: rgb(14,77,255); }
H1.HeaderClassName
{
color: #0E4DFF;
}
.AnyTagClassName
{
color: #0E4DFF;
}
</style>
background-color css
<style>
a { background-color: #0E4DFF; }
a { background-color: rgb(14,77,255); }
div.DivClassName
{
background-color: #0E4DFF;
}
.BgClassName
{
background-color: #0E4DFF;
}
</style>
border-color css
<style>
span { border-color: #0E4DFF; }
span { border-color: rgb(14,77,255); }
td.TdClassName
{
border-color: #0E4DFF;
}
.TagClassName
{
border-color: #0E4DFF;
}
</style>