Shades of Navy Blue #0E5FDB
Tints of Navy Blue #0E5FDB
RGB
CMYK
RGB Variations
Color information
#0E5FDB (or 0x0E5FDB) is known color: Navy Blue. HEX triplet: 0E, 5F and DB. RGB value is (14,95,219). Sum of RGB (Red+Green+Blue) = 14+95+219=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E5FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5FDB is #F1A024. Grayscale: #545454. Windows color (decimal): -15835173 or 14376718. OLE color: 14376718.
HSL color Cylindrical-coordinate representation of color #0E5FDB: hue angle of 216.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5FDB is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 95 | 219 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.14 |
| HSL | 216.29º | 0.88% | 0.46% | - |
| HSV(B) | 216.29º | 0.94% | 0.86% | - |
| XYZ | 17.06 | 13.39 | 68.7 | - |
| YUV | 84.92 | 203.66 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 219 | 0.94 | 0.57 | 0 | 0.14 | 216.29 | 0.88 | 0.46 |
| Hex | E | 5F | DB | 5E | 39 | 0 | E | D8 | 58 | 2E |
| Octal | 16 | 137 | 333 | 136 | 71 | 0 | 16 | 330 | 130 | 56 |
| Binary | 1110 | 1011111 | 11011011 | 1011110 | 111001 | 0 | 1110 | 11011000 | 1011000 | 101110 |
Color Harmonies of #0E5FDB
Complementary color
Monochromatic Colors of #0E5FDB
Black with #0E5FDB
Text Example
Text Example
White with #0E5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5FDB; }
p { color: rgb(14,95,219); }
H1.HeaderClassName
{
color: #0E5FDB;
}
.AnyTagClassName
{
color: #0E5FDB;
}
</style>
background-color css
<style>
a { background-color: #0E5FDB; }
a { background-color: rgb(14,95,219); }
div.DivClassName
{
background-color: #0E5FDB;
}
.BgClassName
{
background-color: #0E5FDB;
}
</style>
border-color css
<style>
span { border-color: #0E5FDB; }
span { border-color: rgb(14,95,219); }
td.TdClassName
{
border-color: #0E5FDB;
}
.TagClassName
{
border-color: #0E5FDB;
}
</style>