Shades of Navy Blue #0E7ED3
Tints of Navy Blue #0E7ED3
RGB
CMYK
RGB Variations
Color information
#0E7ED3 (or 0x0E7ED3) is known color: Navy Blue. HEX triplet: 0E, 7E and D3. RGB value is (14,126,211). Sum of RGB (Red+Green+Blue) = 14+126+211=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #0E7ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7ED3 is #F1812C. Grayscale: #656565. Windows color (decimal): -15827245 or 13860366. OLE color: 13860366.
HSL color Cylindrical-coordinate representation of color #0E7ED3: hue angle of 205.89º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7ED3 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 126 | 211 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.17 |
| HSL | 205.89º | 0.88% | 0.44% | - |
| HSV(B) | 205.89º | 0.93% | 0.83% | - |
| XYZ | 19.4 | 19.72 | 64.41 | - |
| YUV | 102.2 | 189.39 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 211 | 0.93 | 0.40 | 0 | 0.17 | 205.89 | 0.88 | 0.44 |
| Hex | E | 7E | D3 | 5D | 28 | 0 | 11 | CE | 58 | 2C |
| Octal | 16 | 176 | 323 | 135 | 50 | 0 | 21 | 316 | 130 | 54 |
| Binary | 1110 | 1111110 | 11010011 | 1011101 | 101000 | 0 | 10001 | 11001110 | 1011000 | 101100 |
Color Harmonies of #0E7ED3
Complementary color
Monochromatic Colors of #0E7ED3
Black with #0E7ED3
Text Example
Text Example
White with #0E7ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7ED3; }
p { color: rgb(14,126,211); }
H1.HeaderClassName
{
color: #0E7ED3;
}
.AnyTagClassName
{
color: #0E7ED3;
}
</style>
background-color css
<style>
a { background-color: #0E7ED3; }
a { background-color: rgb(14,126,211); }
div.DivClassName
{
background-color: #0E7ED3;
}
.BgClassName
{
background-color: #0E7ED3;
}
</style>
border-color css
<style>
span { border-color: #0E7ED3; }
span { border-color: rgb(14,126,211); }
td.TdClassName
{
border-color: #0E7ED3;
}
.TagClassName
{
border-color: #0E7ED3;
}
</style>