Shades of Navy Blue #0E4CEB
Tints of Navy Blue #0E4CEB
RGB
CMYK
RGB Variations
Color information
#0E4CEB (or 0x0E4CEB) is known color: Navy Blue. HEX triplet: 0E, 4C and EB. RGB value is (14,76,235). Sum of RGB (Red+Green+Blue) = 14+76+235=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E4CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E4CEB is #F1B314. Grayscale: #4A4A4A. Windows color (decimal): -15840021 or 15420430. OLE color: 15420430.
HSL color Cylindrical-coordinate representation of color #0E4CEB: hue angle of 223.17º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4CEB is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 76 | 235 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.08 |
| HSL | 223.17º | 0.89% | 0.49% | - |
| HSV(B) | 223.17º | 0.94% | 0.92% | - |
| XYZ | 17.76 | 11.26 | 79.83 | - |
| YUV | 75.59 | 217.96 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 76 | 235 | 0.94 | 0.68 | 0 | 0.08 | 223.17 | 0.89 | 0.49 |
| Hex | E | 4C | EB | 5E | 44 | 0 | 8 | DF | 59 | 31 |
| Octal | 16 | 114 | 353 | 136 | 104 | 0 | 10 | 337 | 131 | 61 |
| Binary | 1110 | 1001100 | 11101011 | 1011110 | 1000100 | 0 | 1000 | 11011111 | 1011001 | 110001 |
Color Harmonies of #0E4CEB
Complementary color
Monochromatic Colors of #0E4CEB
Black with #0E4CEB
Text Example
Text Example
White with #0E4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4CEB; }
p { color: rgb(14,76,235); }
H1.HeaderClassName
{
color: #0E4CEB;
}
.AnyTagClassName
{
color: #0E4CEB;
}
</style>
background-color css
<style>
a { background-color: #0E4CEB; }
a { background-color: rgb(14,76,235); }
div.DivClassName
{
background-color: #0E4CEB;
}
.BgClassName
{
background-color: #0E4CEB;
}
</style>
border-color css
<style>
span { border-color: #0E4CEB; }
span { border-color: rgb(14,76,235); }
td.TdClassName
{
border-color: #0E4CEB;
}
.TagClassName
{
border-color: #0E4CEB;
}
</style>