Shades of Navy Blue #0E4BDB
Tints of Navy Blue #0E4BDB
RGB
CMYK
RGB Variations
Color information
#0E4BDB (or 0x0E4BDB) is known color: Navy Blue. HEX triplet: 0E, 4B and DB. RGB value is (14,75,219). Sum of RGB (Red+Green+Blue) = 14+75+219=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E4BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4BDB is #F1B424. Grayscale: #484848. Windows color (decimal): -15840293 or 14371598. OLE color: 14371598.
HSL color Cylindrical-coordinate representation of color #0E4BDB: hue angle of 222.15º 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 #0E4BDB is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 75 | 219 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.14 |
| HSL | 222.15º | 0.88% | 0.46% | - |
| HSV(B) | 222.15º | 0.94% | 0.86% | - |
| XYZ | 15.48 | 10.24 | 68.18 | - |
| YUV | 73.18 | 210.29 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 219 | 0.94 | 0.66 | 0 | 0.14 | 222.15 | 0.88 | 0.46 |
| Hex | E | 4B | DB | 5E | 42 | 0 | E | DE | 58 | 2E |
| Octal | 16 | 113 | 333 | 136 | 102 | 0 | 16 | 336 | 130 | 56 |
| Binary | 1110 | 1001011 | 11011011 | 1011110 | 1000010 | 0 | 1110 | 11011110 | 1011000 | 101110 |
Color Harmonies of #0E4BDB
Complementary color
Monochromatic Colors of #0E4BDB
Black with #0E4BDB
Text Example
Text Example
White with #0E4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4BDB; }
p { color: rgb(14,75,219); }
H1.HeaderClassName
{
color: #0E4BDB;
}
.AnyTagClassName
{
color: #0E4BDB;
}
</style>
background-color css
<style>
a { background-color: #0E4BDB; }
a { background-color: rgb(14,75,219); }
div.DivClassName
{
background-color: #0E4BDB;
}
.BgClassName
{
background-color: #0E4BDB;
}
</style>
border-color css
<style>
span { border-color: #0E4BDB; }
span { border-color: rgb(14,75,219); }
td.TdClassName
{
border-color: #0E4BDB;
}
.TagClassName
{
border-color: #0E4BDB;
}
</style>