Shades of Navy Blue #0E4DFA
Tints of Navy Blue #0E4DFA
RGB
CMYK
RGB Variations
Color information
#0E4DFA (or 0x0E4DFA) is known color: Navy Blue. HEX triplet: 0E, 4D and FA. RGB value is (14,77,250). Sum of RGB (Red+Green+Blue) = 14+77+250=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E4DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E4DFA is #F1B205. Grayscale: #4D4D4D. Windows color (decimal): -15839750 or 16403726. OLE color: 16403726.
HSL color Cylindrical-coordinate representation of color #0E4DFA: hue angle of 223.98º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4DFA is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 77 | 250 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.02 |
| HSL | 223.98º | 0.96% | 0.52% | - |
| HSV(B) | 223.98º | 0.94% | 0.98% | - |
| XYZ | 20.09 | 12.3 | 91.76 | - |
| YUV | 77.89 | 225.13 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 250 | 0.94 | 0.69 | 0 | 0.02 | 223.98 | 0.96 | 0.52 |
| Hex | E | 4D | FA | 5E | 45 | 0 | 2 | E0 | 60 | 34 |
| Octal | 16 | 115 | 372 | 136 | 105 | 0 | 2 | 340 | 140 | 64 |
| Binary | 1110 | 1001101 | 11111010 | 1011110 | 1000101 | 0 | 10 | 11100000 | 1100000 | 110100 |
Color Harmonies of #0E4DFA
Complementary color
Monochromatic Colors of #0E4DFA
Black with #0E4DFA
Text Example
Text Example
White with #0E4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4DFA; }
p { color: rgb(14,77,250); }
H1.HeaderClassName
{
color: #0E4DFA;
}
.AnyTagClassName
{
color: #0E4DFA;
}
</style>
background-color css
<style>
a { background-color: #0E4DFA; }
a { background-color: rgb(14,77,250); }
div.DivClassName
{
background-color: #0E4DFA;
}
.BgClassName
{
background-color: #0E4DFA;
}
</style>
border-color css
<style>
span { border-color: #0E4DFA; }
span { border-color: rgb(14,77,250); }
td.TdClassName
{
border-color: #0E4DFA;
}
.TagClassName
{
border-color: #0E4DFA;
}
</style>