Shades of Navy Blue #0E73D0
Tints of Navy Blue #0E73D0
RGB
CMYK
RGB Variations
Color information
#0E73D0 (or 0x0E73D0) is known color: Navy Blue. HEX triplet: 0E, 73 and D0. RGB value is (14,115,208). Sum of RGB (Red+Green+Blue) = 14+115+208=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #0E73D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E73D0 is #F18C2F. Grayscale: #5E5E5E. Windows color (decimal): -15830064 or 13660942. OLE color: 13660942.
HSL color Cylindrical-coordinate representation of color #0E73D0: hue angle of 208.76º 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 #0E73D0 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 115 | 208 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.18 |
| HSL | 208.76º | 0.87% | 0.44% | - |
| HSV(B) | 208.76º | 0.93% | 0.82% | - |
| XYZ | 17.7 | 16.91 | 62.01 | - |
| YUV | 95.4 | 191.54 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 208 | 0.93 | 0.45 | 0 | 0.18 | 208.76 | 0.87 | 0.44 |
| Hex | E | 73 | D0 | 5D | 2D | 0 | 12 | D1 | 57 | 2C |
| Octal | 16 | 163 | 320 | 135 | 55 | 0 | 22 | 321 | 127 | 54 |
| Binary | 1110 | 1110011 | 11010000 | 1011101 | 101101 | 0 | 10010 | 11010001 | 1010111 | 101100 |
Color Harmonies of #0E73D0
Complementary color
Monochromatic Colors of #0E73D0
Black with #0E73D0
Text Example
Text Example
White with #0E73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E73D0; }
p { color: rgb(14,115,208); }
H1.HeaderClassName
{
color: #0E73D0;
}
.AnyTagClassName
{
color: #0E73D0;
}
</style>
background-color css
<style>
a { background-color: #0E73D0; }
a { background-color: rgb(14,115,208); }
div.DivClassName
{
background-color: #0E73D0;
}
.BgClassName
{
background-color: #0E73D0;
}
</style>
border-color css
<style>
span { border-color: #0E73D0; }
span { border-color: rgb(14,115,208); }
td.TdClassName
{
border-color: #0E73D0;
}
.TagClassName
{
border-color: #0E73D0;
}
</style>