Shades of Navy Blue #0E49EB
Tints of Navy Blue #0E49EB
RGB
CMYK
RGB Variations
Color information
#0E49EB (or 0x0E49EB) is known color: Navy Blue. HEX triplet: 0E, 49 and EB. RGB value is (14,73,235). Sum of RGB (Red+Green+Blue) = 14+73+235=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E49EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E49EB is #F1B614. Grayscale: #494949. Windows color (decimal): -15840789 or 15419662. OLE color: 15419662.
HSL color Cylindrical-coordinate representation of color #0E49EB: hue angle of 223.98º 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 #0E49EB is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 73 | 235 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.08 |
| HSL | 223.98º | 0.89% | 0.49% | - |
| HSV(B) | 223.98º | 0.94% | 0.92% | - |
| XYZ | 17.56 | 10.86 | 79.77 | - |
| YUV | 73.83 | 218.95 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 235 | 0.94 | 0.69 | 0 | 0.08 | 223.98 | 0.89 | 0.49 |
| Hex | E | 49 | EB | 5E | 45 | 0 | 8 | E0 | 59 | 31 |
| Octal | 16 | 111 | 353 | 136 | 105 | 0 | 10 | 340 | 131 | 61 |
| Binary | 1110 | 1001001 | 11101011 | 1011110 | 1000101 | 0 | 1000 | 11100000 | 1011001 | 110001 |
Color Harmonies of #0E49EB
Complementary color
Monochromatic Colors of #0E49EB
Black with #0E49EB
Text Example
Text Example
White with #0E49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E49EB; }
p { color: rgb(14,73,235); }
H1.HeaderClassName
{
color: #0E49EB;
}
.AnyTagClassName
{
color: #0E49EB;
}
</style>
background-color css
<style>
a { background-color: #0E49EB; }
a { background-color: rgb(14,73,235); }
div.DivClassName
{
background-color: #0E49EB;
}
.BgClassName
{
background-color: #0E49EB;
}
</style>
border-color css
<style>
span { border-color: #0E49EB; }
span { border-color: rgb(14,73,235); }
td.TdClassName
{
border-color: #0E49EB;
}
.TagClassName
{
border-color: #0E49EB;
}
</style>