Shades of Navy Blue #0E5EF5
Tints of Navy Blue #0E5EF5
RGB
CMYK
RGB Variations
Color information
#0E5EF5 (or 0x0E5EF5) is known color: Navy Blue. HEX triplet: 0E, 5E and F5. RGB value is (14,94,245). Sum of RGB (Red+Green+Blue) = 14+94+245=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 245 (96.09% from 255 or 69.41% from 353); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E5EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5EF5 is #F1A10A. Grayscale: #565656. Windows color (decimal): -15835403 or 16080398. OLE color: 16080398.
HSL color Cylindrical-coordinate representation of color #0E5EF5: hue angle of 219.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5EF5 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 94 | 245 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.04 |
| HSL | 219.22º | 0.92% | 0.51% | - |
| HSV(B) | 219.22º | 0.94% | 0.96% | - |
| XYZ | 20.67 | 14.69 | 88.13 | - |
| YUV | 87.29 | 217 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 94 | 245 | 0.94 | 0.62 | 0 | 0.04 | 219.22 | 0.92 | 0.51 |
| Hex | E | 5E | F5 | 5E | 3E | 0 | 4 | DB | 5C | 33 |
| Octal | 16 | 136 | 365 | 136 | 76 | 0 | 4 | 333 | 134 | 63 |
| Binary | 1110 | 1011110 | 11110101 | 1011110 | 111110 | 0 | 100 | 11011011 | 1011100 | 110011 |
Color Harmonies of #0E5EF5
Complementary color
Monochromatic Colors of #0E5EF5
Black with #0E5EF5
Text Example
Text Example
White with #0E5EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5EF5; }
p { color: rgb(14,94,245); }
H1.HeaderClassName
{
color: #0E5EF5;
}
.AnyTagClassName
{
color: #0E5EF5;
}
</style>
background-color css
<style>
a { background-color: #0E5EF5; }
a { background-color: rgb(14,94,245); }
div.DivClassName
{
background-color: #0E5EF5;
}
.BgClassName
{
background-color: #0E5EF5;
}
</style>
border-color css
<style>
span { border-color: #0E5EF5; }
span { border-color: rgb(14,94,245); }
td.TdClassName
{
border-color: #0E5EF5;
}
.TagClassName
{
border-color: #0E5EF5;
}
</style>