Shades of Navy Blue #0E71DA
Tints of Navy Blue #0E71DA
RGB
CMYK
RGB Variations
Color information
#0E71DA (or 0x0E71DA) is known color: Navy Blue. HEX triplet: 0E, 71 and DA. RGB value is (14,113,218). Sum of RGB (Red+Green+Blue) = 14+113+218=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E71DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E71DA is #F18E25. Grayscale: #5E5E5E. Windows color (decimal): -15830566 or 14315790. OLE color: 14315790.
HSL color Cylindrical-coordinate representation of color #0E71DA: hue angle of 210.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E71DA is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 113 | 218 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.15 |
| HSL | 210.88º | 0.88% | 0.45% | - |
| HSV(B) | 210.88º | 0.94% | 0.85% | - |
| XYZ | 18.74 | 16.97 | 68.62 | - |
| YUV | 95.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 218 | 0.94 | 0.48 | 0 | 0.15 | 210.88 | 0.88 | 0.45 |
| Hex | E | 71 | DA | 5E | 30 | 0 | F | D3 | 58 | 2D |
| Octal | 16 | 161 | 332 | 136 | 60 | 0 | 17 | 323 | 130 | 55 |
| Binary | 1110 | 1110001 | 11011010 | 1011110 | 110000 | 0 | 1111 | 11010011 | 1011000 | 101101 |
Color Harmonies of #0E71DA
Complementary color
Monochromatic Colors of #0E71DA
Black with #0E71DA
Text Example
Text Example
White with #0E71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E71DA; }
p { color: rgb(14,113,218); }
H1.HeaderClassName
{
color: #0E71DA;
}
.AnyTagClassName
{
color: #0E71DA;
}
</style>
background-color css
<style>
a { background-color: #0E71DA; }
a { background-color: rgb(14,113,218); }
div.DivClassName
{
background-color: #0E71DA;
}
.BgClassName
{
background-color: #0E71DA;
}
</style>
border-color css
<style>
span { border-color: #0E71DA; }
span { border-color: rgb(14,113,218); }
td.TdClassName
{
border-color: #0E71DA;
}
.TagClassName
{
border-color: #0E71DA;
}
</style>