Shades of Navy Blue #0E7EDB
Tints of Navy Blue #0E7EDB
RGB
CMYK
RGB Variations
Color information
#0E7EDB (or 0x0E7EDB) is known color: Navy Blue. HEX triplet: 0E, 7E and DB. RGB value is (14,126,219). Sum of RGB (Red+Green+Blue) = 14+126+219=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E7EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7EDB is #F18124. Grayscale: #666666. Windows color (decimal): -15827237 or 14384654. OLE color: 14384654.
HSL color Cylindrical-coordinate representation of color #0E7EDB: hue angle of 207.22º 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 #0E7EDB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 126 | 219 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.14 |
| HSL | 207.22º | 0.88% | 0.46% | - |
| HSV(B) | 207.22º | 0.94% | 0.86% | - |
| XYZ | 20.43 | 20.13 | 69.83 | - |
| YUV | 103.11 | 193.39 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 219 | 0.94 | 0.42 | 0 | 0.14 | 207.22 | 0.88 | 0.46 |
| Hex | E | 7E | DB | 5E | 2A | 0 | E | CF | 58 | 2E |
| Octal | 16 | 176 | 333 | 136 | 52 | 0 | 16 | 317 | 130 | 56 |
| Binary | 1110 | 1111110 | 11011011 | 1011110 | 101010 | 0 | 1110 | 11001111 | 1011000 | 101110 |
Color Harmonies of #0E7EDB
Complementary color
Monochromatic Colors of #0E7EDB
Black with #0E7EDB
Text Example
Text Example
White with #0E7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7EDB; }
p { color: rgb(14,126,219); }
H1.HeaderClassName
{
color: #0E7EDB;
}
.AnyTagClassName
{
color: #0E7EDB;
}
</style>
background-color css
<style>
a { background-color: #0E7EDB; }
a { background-color: rgb(14,126,219); }
div.DivClassName
{
background-color: #0E7EDB;
}
.BgClassName
{
background-color: #0E7EDB;
}
</style>
border-color css
<style>
span { border-color: #0E7EDB; }
span { border-color: rgb(14,126,219); }
td.TdClassName
{
border-color: #0E7EDB;
}
.TagClassName
{
border-color: #0E7EDB;
}
</style>