Shades of Navy Blue #0E4CDB
Tints of Navy Blue #0E4CDB
RGB
CMYK
RGB Variations
Color information
#0E4CDB (or 0x0E4CDB) is known color: Navy Blue. HEX triplet: 0E, 4C and DB. RGB value is (14,76,219). Sum of RGB (Red+Green+Blue) = 14+76+219=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E4CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4CDB is #F1B324. Grayscale: #494949. Windows color (decimal): -15840037 or 14371854. OLE color: 14371854.
HSL color Cylindrical-coordinate representation of color #0E4CDB: hue angle of 221.85º 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 #0E4CDB is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 76 | 219 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.14 |
| HSL | 221.85º | 0.88% | 0.46% | - |
| HSV(B) | 221.85º | 0.94% | 0.86% | - |
| XYZ | 15.55 | 10.38 | 68.2 | - |
| YUV | 73.76 | 209.96 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 76 | 219 | 0.94 | 0.65 | 0 | 0.14 | 221.85 | 0.88 | 0.46 |
| Hex | E | 4C | DB | 5E | 41 | 0 | E | DE | 58 | 2E |
| Octal | 16 | 114 | 333 | 136 | 101 | 0 | 16 | 336 | 130 | 56 |
| Binary | 1110 | 1001100 | 11011011 | 1011110 | 1000001 | 0 | 1110 | 11011110 | 1011000 | 101110 |
Color Harmonies of #0E4CDB
Complementary color
Monochromatic Colors of #0E4CDB
Black with #0E4CDB
Text Example
Text Example
White with #0E4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4CDB; }
p { color: rgb(14,76,219); }
H1.HeaderClassName
{
color: #0E4CDB;
}
.AnyTagClassName
{
color: #0E4CDB;
}
</style>
background-color css
<style>
a { background-color: #0E4CDB; }
a { background-color: rgb(14,76,219); }
div.DivClassName
{
background-color: #0E4CDB;
}
.BgClassName
{
background-color: #0E4CDB;
}
</style>
border-color css
<style>
span { border-color: #0E4CDB; }
span { border-color: rgb(14,76,219); }
td.TdClassName
{
border-color: #0E4CDB;
}
.TagClassName
{
border-color: #0E4CDB;
}
</style>