Shades of Navy Blue #0E7EDC
Tints of Navy Blue #0E7EDC
RGB
CMYK
RGB Variations
Color information
#0E7EDC (or 0x0E7EDC) is known color: Navy Blue. HEX triplet: 0E, 7E and DC. RGB value is (14,126,220). Sum of RGB (Red+Green+Blue) = 14+126+220=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E7EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7EDC is #F18123. Grayscale: #666666. Windows color (decimal): -15827236 or 14450190. OLE color: 14450190.
HSL color Cylindrical-coordinate representation of color #0E7EDC: hue angle of 207.38º 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 #0E7EDC is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 126 | 220 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.14 |
| HSL | 207.38º | 0.88% | 0.46% | - |
| HSV(B) | 207.38º | 0.94% | 0.86% | - |
| XYZ | 20.56 | 20.18 | 70.52 | - |
| YUV | 103.23 | 193.89 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 220 | 0.94 | 0.43 | 0 | 0.14 | 207.38 | 0.88 | 0.46 |
| Hex | E | 7E | DC | 5E | 2B | 0 | E | CF | 58 | 2E |
| Octal | 16 | 176 | 334 | 136 | 53 | 0 | 16 | 317 | 130 | 56 |
| Binary | 1110 | 1111110 | 11011100 | 1011110 | 101011 | 0 | 1110 | 11001111 | 1011000 | 101110 |
Color Harmonies of #0E7EDC
Complementary color
Monochromatic Colors of #0E7EDC
Black with #0E7EDC
Text Example
Text Example
White with #0E7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7EDC; }
p { color: rgb(14,126,220); }
H1.HeaderClassName
{
color: #0E7EDC;
}
.AnyTagClassName
{
color: #0E7EDC;
}
</style>
background-color css
<style>
a { background-color: #0E7EDC; }
a { background-color: rgb(14,126,220); }
div.DivClassName
{
background-color: #0E7EDC;
}
.BgClassName
{
background-color: #0E7EDC;
}
</style>
border-color css
<style>
span { border-color: #0E7EDC; }
span { border-color: rgb(14,126,220); }
td.TdClassName
{
border-color: #0E7EDC;
}
.TagClassName
{
border-color: #0E7EDC;
}
</style>