Shades of Navy Blue #0E71DC
Tints of Navy Blue #0E71DC
RGB
CMYK
RGB Variations
Color information
#0E71DC (or 0x0E71DC) is known color: Navy Blue. HEX triplet: 0E, 71 and DC. RGB value is (14,113,220). Sum of RGB (Red+Green+Blue) = 14+113+220=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E71DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E71DC is #F18E23. Grayscale: #5F5F5F. Windows color (decimal): -15830564 or 14446862. OLE color: 14446862.
HSL color Cylindrical-coordinate representation of color #0E71DC: hue angle of 211.17º 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 #0E71DC is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 113 | 220 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.14 |
| HSL | 211.17º | 0.88% | 0.46% | - |
| HSV(B) | 211.17º | 0.94% | 0.86% | - |
| XYZ | 19 | 17.07 | 70 | - |
| YUV | 95.6 | 198.2 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 220 | 0.94 | 0.49 | 0 | 0.14 | 211.17 | 0.88 | 0.46 |
| Hex | E | 71 | DC | 5E | 31 | 0 | E | D3 | 58 | 2E |
| Octal | 16 | 161 | 334 | 136 | 61 | 0 | 16 | 323 | 130 | 56 |
| Binary | 1110 | 1110001 | 11011100 | 1011110 | 110001 | 0 | 1110 | 11010011 | 1011000 | 101110 |
Color Harmonies of #0E71DC
Complementary color
Monochromatic Colors of #0E71DC
Black with #0E71DC
Text Example
Text Example
White with #0E71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E71DC; }
p { color: rgb(14,113,220); }
H1.HeaderClassName
{
color: #0E71DC;
}
.AnyTagClassName
{
color: #0E71DC;
}
</style>
background-color css
<style>
a { background-color: #0E71DC; }
a { background-color: rgb(14,113,220); }
div.DivClassName
{
background-color: #0E71DC;
}
.BgClassName
{
background-color: #0E71DC;
}
</style>
border-color css
<style>
span { border-color: #0E71DC; }
span { border-color: rgb(14,113,220); }
td.TdClassName
{
border-color: #0E71DC;
}
.TagClassName
{
border-color: #0E71DC;
}
</style>