Shades of Navy Blue #0E4FEF
Tints of Navy Blue #0E4FEF
RGB
CMYK
RGB Variations
Color information
#0E4FEF (or 0x0E4FEF) is known color: Navy Blue. HEX triplet: 0E, 4F and EF. RGB value is (14,79,239). Sum of RGB (Red+Green+Blue) = 14+79+239=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E4FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E4FEF is #F1B010. Grayscale: #4D4D4D. Windows color (decimal): -15839249 or 15683342. OLE color: 15683342.
HSL color Cylindrical-coordinate representation of color #0E4FEF: hue angle of 222.67º 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 #0E4FEF is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 79 | 239 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.06 |
| HSL | 222.67º | 0.89% | 0.5% | - |
| HSV(B) | 222.67º | 0.94% | 0.94% | - |
| XYZ | 18.56 | 11.92 | 82.98 | - |
| YUV | 77.81 | 218.97 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 239 | 0.94 | 0.67 | 0 | 0.06 | 222.67 | 0.89 | 0.5 |
| Hex | E | 4F | EF | 5E | 43 | 0 | 6 | DF | 59 | 32 |
| Octal | 16 | 117 | 357 | 136 | 103 | 0 | 6 | 337 | 131 | 62 |
| Binary | 1110 | 1001111 | 11101111 | 1011110 | 1000011 | 0 | 110 | 11011111 | 1011001 | 110010 |
Color Harmonies of #0E4FEF
Complementary color
Monochromatic Colors of #0E4FEF
Black with #0E4FEF
Text Example
Text Example
White with #0E4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4FEF; }
p { color: rgb(14,79,239); }
H1.HeaderClassName
{
color: #0E4FEF;
}
.AnyTagClassName
{
color: #0E4FEF;
}
</style>
background-color css
<style>
a { background-color: #0E4FEF; }
a { background-color: rgb(14,79,239); }
div.DivClassName
{
background-color: #0E4FEF;
}
.BgClassName
{
background-color: #0E4FEF;
}
</style>
border-color css
<style>
span { border-color: #0E4FEF; }
span { border-color: rgb(14,79,239); }
td.TdClassName
{
border-color: #0E4FEF;
}
.TagClassName
{
border-color: #0E4FEF;
}
</style>