Shades of Navy Blue #0E5BFF
Tints of Navy Blue #0E5BFF
RGB
CMYK
RGB Variations
Color information
#0E5BFF (or 0x0E5BFF) is known color: Navy Blue. HEX triplet: 0E, 5B and FF. RGB value is (14,91,255). Sum of RGB (Red+Green+Blue) = 14+91+255=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E5BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5BFF is #F1A400. Grayscale: #555555. Windows color (decimal): -15836161 or 16734990. OLE color: 16734990.
HSL color Cylindrical-coordinate representation of color #0E5BFF: hue angle of 220.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E5BFF is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 91 | 255 | - |
| CMYK | 0.95 | 0.64 | 0 | 0 |
| HSL | 220.83º | 1% | 0.53% | - |
| HSV(B) | 220.83º | 0.95% | 1% | - |
| XYZ | 21.97 | 14.8 | 96.31 | - |
| YUV | 86.67 | 222.99 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 255 | 0.95 | 0.64 | 0 | 0 | 220.83 | 1 | 0.53 |
| Hex | E | 5B | FF | 5F | 40 | 0 | 0 | DD | 64 | 35 |
| Octal | 16 | 133 | 377 | 137 | 100 | 0 | 0 | 335 | 144 | 65 |
| Binary | 1110 | 1011011 | 11111111 | 1011111 | 1000000 | 0 | 0 | 11011101 | 1100100 | 110101 |
Color Harmonies of #0E5BFF
Complementary color
Monochromatic Colors of #0E5BFF
Black with #0E5BFF
Text Example
Text Example
White with #0E5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5BFF; }
p { color: rgb(14,91,255); }
H1.HeaderClassName
{
color: #0E5BFF;
}
.AnyTagClassName
{
color: #0E5BFF;
}
</style>
background-color css
<style>
a { background-color: #0E5BFF; }
a { background-color: rgb(14,91,255); }
div.DivClassName
{
background-color: #0E5BFF;
}
.BgClassName
{
background-color: #0E5BFF;
}
</style>
border-color css
<style>
span { border-color: #0E5BFF; }
span { border-color: rgb(14,91,255); }
td.TdClassName
{
border-color: #0E5BFF;
}
.TagClassName
{
border-color: #0E5BFF;
}
</style>