Shades of Navy Blue #0E71D1
Tints of Navy Blue #0E71D1
RGB
CMYK
RGB Variations
Color information
#0E71D1 (or 0x0E71D1) is known color: Navy Blue. HEX triplet: 0E, 71 and D1. RGB value is (14,113,209). Sum of RGB (Red+Green+Blue) = 14+113+209=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #0E71D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E71D1 is #F18E2E. Grayscale: #5D5D5D. Windows color (decimal): -15830575 or 13725966. OLE color: 13725966.
HSL color Cylindrical-coordinate representation of color #0E71D1: hue angle of 209.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E71D1 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 113 | 209 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.18 |
| HSL | 209.54º | 0.87% | 0.44% | - |
| HSV(B) | 209.54º | 0.93% | 0.82% | - |
| XYZ | 17.59 | 16.51 | 62.58 | - |
| YUV | 94.34 | 192.7 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 209 | 0.93 | 0.46 | 0 | 0.18 | 209.54 | 0.87 | 0.44 |
| Hex | E | 71 | D1 | 5D | 2E | 0 | 12 | D2 | 57 | 2C |
| Octal | 16 | 161 | 321 | 135 | 56 | 0 | 22 | 322 | 127 | 54 |
| Binary | 1110 | 1110001 | 11010001 | 1011101 | 101110 | 0 | 10010 | 11010010 | 1010111 | 101100 |
Color Harmonies of #0E71D1
Complementary color
Monochromatic Colors of #0E71D1
Black with #0E71D1
Text Example
Text Example
White with #0E71D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E71D1; }
p { color: rgb(14,113,209); }
H1.HeaderClassName
{
color: #0E71D1;
}
.AnyTagClassName
{
color: #0E71D1;
}
</style>
background-color css
<style>
a { background-color: #0E71D1; }
a { background-color: rgb(14,113,209); }
div.DivClassName
{
background-color: #0E71D1;
}
.BgClassName
{
background-color: #0E71D1;
}
</style>
border-color css
<style>
span { border-color: #0E71D1; }
span { border-color: rgb(14,113,209); }
td.TdClassName
{
border-color: #0E71D1;
}
.TagClassName
{
border-color: #0E71D1;
}
</style>