Shades of Navy Blue #0E5DFB
Tints of Navy Blue #0E5DFB
RGB
CMYK
RGB Variations
Color information
#0E5DFB (or 0x0E5DFB) is known color: Navy Blue. HEX triplet: 0E, 5D and FB. RGB value is (14,93,251). Sum of RGB (Red+Green+Blue) = 14+93+251=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E5DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5DFB is #F1A204. Grayscale: #565656. Windows color (decimal): -15835653 or 16473358. OLE color: 16473358.
HSL color Cylindrical-coordinate representation of color #0E5DFB: hue angle of 220º 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 #0E5DFB is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 93 | 251 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.02 |
| HSL | 220º | 0.97% | 0.52% | - |
| HSV(B) | 220º | 0.94% | 0.98% | - |
| XYZ | 21.51 | 14.89 | 93.01 | - |
| YUV | 87.39 | 220.33 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 251 | 0.94 | 0.63 | 0 | 0.02 | 220 | 0.97 | 0.52 |
| Hex | E | 5D | FB | 5E | 3F | 0 | 2 | DC | 61 | 34 |
| Octal | 16 | 135 | 373 | 136 | 77 | 0 | 2 | 334 | 141 | 64 |
| Binary | 1110 | 1011101 | 11111011 | 1011110 | 111111 | 0 | 10 | 11011100 | 1100001 | 110100 |
Color Harmonies of #0E5DFB
Complementary color
Monochromatic Colors of #0E5DFB
Black with #0E5DFB
Text Example
Text Example
White with #0E5DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5DFB; }
p { color: rgb(14,93,251); }
H1.HeaderClassName
{
color: #0E5DFB;
}
.AnyTagClassName
{
color: #0E5DFB;
}
</style>
background-color css
<style>
a { background-color: #0E5DFB; }
a { background-color: rgb(14,93,251); }
div.DivClassName
{
background-color: #0E5DFB;
}
.BgClassName
{
background-color: #0E5DFB;
}
</style>
border-color css
<style>
span { border-color: #0E5DFB; }
span { border-color: rgb(14,93,251); }
td.TdClassName
{
border-color: #0E5DFB;
}
.TagClassName
{
border-color: #0E5DFB;
}
</style>