Shades of Navy Blue #0E7FDB
Tints of Navy Blue #0E7FDB
RGB
CMYK
RGB Variations
Color information
#0E7FDB (or 0x0E7FDB) is known color: Navy Blue. HEX triplet: 0E, 7F and DB. RGB value is (14,127,219). Sum of RGB (Red+Green+Blue) = 14+127+219=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E7FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FDB is #F18024. Grayscale: #676767. Windows color (decimal): -15826981 or 14384910. OLE color: 14384910.
HSL color Cylindrical-coordinate representation of color #0E7FDB: hue angle of 206.93º 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 #0E7FDB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 127 | 219 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.14 |
| HSL | 206.93º | 0.88% | 0.46% | - |
| HSV(B) | 206.93º | 0.94% | 0.86% | - |
| XYZ | 20.56 | 20.39 | 69.87 | - |
| YUV | 103.7 | 193.06 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 219 | 0.94 | 0.42 | 0 | 0.14 | 206.93 | 0.88 | 0.46 |
| Hex | E | 7F | DB | 5E | 2A | 0 | E | CF | 58 | 2E |
| Octal | 16 | 177 | 333 | 136 | 52 | 0 | 16 | 317 | 130 | 56 |
| Binary | 1110 | 1111111 | 11011011 | 1011110 | 101010 | 0 | 1110 | 11001111 | 1011000 | 101110 |
Color Harmonies of #0E7FDB
Complementary color
Monochromatic Colors of #0E7FDB
Black with #0E7FDB
Text Example
Text Example
White with #0E7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FDB; }
p { color: rgb(14,127,219); }
H1.HeaderClassName
{
color: #0E7FDB;
}
.AnyTagClassName
{
color: #0E7FDB;
}
</style>
background-color css
<style>
a { background-color: #0E7FDB; }
a { background-color: rgb(14,127,219); }
div.DivClassName
{
background-color: #0E7FDB;
}
.BgClassName
{
background-color: #0E7FDB;
}
</style>
border-color css
<style>
span { border-color: #0E7FDB; }
span { border-color: rgb(14,127,219); }
td.TdClassName
{
border-color: #0E7FDB;
}
.TagClassName
{
border-color: #0E7FDB;
}
</style>