Shades of Navy Blue #0E5DFE
Tints of Navy Blue #0E5DFE
RGB
CMYK
RGB Variations
Color information
#0E5DFE (or 0x0E5DFE) is known color: Navy Blue. HEX triplet: 0E, 5D and FE. RGB value is (14,93,254). Sum of RGB (Red+Green+Blue) = 14+93+254=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E5DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5DFE is #F1A201. Grayscale: #575757. Windows color (decimal): -15835650 or 16669966. OLE color: 16669966.
HSL color Cylindrical-coordinate representation of color #0E5DFE: hue angle of 220.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5DFE is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 93 | 254 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.00 |
| HSL | 220.25º | 0.99% | 0.53% | - |
| HSV(B) | 220.25º | 0.94% | 1% | - |
| XYZ | 21.98 | 15.08 | 95.52 | - |
| YUV | 87.73 | 221.83 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 254 | 0.94 | 0.63 | 0 | 0.00 | 220.25 | 0.99 | 0.53 |
| Hex | E | 5D | FE | 5E | 3F | 0 | 0 | DC | 63 | 35 |
| Octal | 16 | 135 | 376 | 136 | 77 | 0 | 0 | 334 | 143 | 65 |
| Binary | 1110 | 1011101 | 11111110 | 1011110 | 111111 | 0 | 0 | 11011100 | 1100011 | 110101 |
Color Harmonies of #0E5DFE
Complementary color
Monochromatic Colors of #0E5DFE
Black with #0E5DFE
Text Example
Text Example
White with #0E5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5DFE; }
p { color: rgb(14,93,254); }
H1.HeaderClassName
{
color: #0E5DFE;
}
.AnyTagClassName
{
color: #0E5DFE;
}
</style>
background-color css
<style>
a { background-color: #0E5DFE; }
a { background-color: rgb(14,93,254); }
div.DivClassName
{
background-color: #0E5DFE;
}
.BgClassName
{
background-color: #0E5DFE;
}
</style>
border-color css
<style>
span { border-color: #0E5DFE; }
span { border-color: rgb(14,93,254); }
td.TdClassName
{
border-color: #0E5DFE;
}
.TagClassName
{
border-color: #0E5DFE;
}
</style>