Shades of Navy Blue #0E59FB
Tints of Navy Blue #0E59FB
RGB
CMYK
RGB Variations
Color information
#0E59FB (or 0x0E59FB) is known color: Navy Blue. HEX triplet: 0E, 59 and FB. RGB value is (14,89,251). Sum of RGB (Red+Green+Blue) = 14+89+251=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E59FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E59FB is #F1A604. Grayscale: #545454. Windows color (decimal): -15836677 or 16472334. OLE color: 16472334.
HSL color Cylindrical-coordinate representation of color #0E59FB: hue angle of 221.01º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E59FB is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 89 | 251 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.02 |
| HSL | 221.01º | 0.97% | 0.52% | - |
| HSV(B) | 221.01º | 0.94% | 0.98% | - |
| XYZ | 21.17 | 14.2 | 92.89 | - |
| YUV | 85.04 | 221.65 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 89 | 251 | 0.94 | 0.65 | 0 | 0.02 | 221.01 | 0.97 | 0.52 |
| Hex | E | 59 | FB | 5E | 41 | 0 | 2 | DD | 61 | 34 |
| Octal | 16 | 131 | 373 | 136 | 101 | 0 | 2 | 335 | 141 | 64 |
| Binary | 1110 | 1011001 | 11111011 | 1011110 | 1000001 | 0 | 10 | 11011101 | 1100001 | 110100 |
Color Harmonies of #0E59FB
Complementary color
Monochromatic Colors of #0E59FB
Black with #0E59FB
Text Example
Text Example
White with #0E59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E59FB; }
p { color: rgb(14,89,251); }
H1.HeaderClassName
{
color: #0E59FB;
}
.AnyTagClassName
{
color: #0E59FB;
}
</style>
background-color css
<style>
a { background-color: #0E59FB; }
a { background-color: rgb(14,89,251); }
div.DivClassName
{
background-color: #0E59FB;
}
.BgClassName
{
background-color: #0E59FB;
}
</style>
border-color css
<style>
span { border-color: #0E59FB; }
span { border-color: rgb(14,89,251); }
td.TdClassName
{
border-color: #0E59FB;
}
.TagClassName
{
border-color: #0E59FB;
}
</style>