Shades of Navy Blue #0E7FD1
Tints of Navy Blue #0E7FD1
RGB
CMYK
RGB Variations
Color information
#0E7FD1 (or 0x0E7FD1) is known color: Navy Blue. HEX triplet: 0E, 7F and D1. RGB value is (14,127,209). Sum of RGB (Red+Green+Blue) = 14+127+209=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 209 (82.03% from 255 or 59.71% from 350); Max value from RGB is 209 - color contains mainly: blue. Hex color #0E7FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FD1 is #F1802E. Grayscale: #666666. Windows color (decimal): -15826991 or 13729550. OLE color: 13729550.
HSL color Cylindrical-coordinate representation of color #0E7FD1: hue angle of 205.23º 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 #0E7FD1 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 127 | 209 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.18 |
| HSL | 205.23º | 0.87% | 0.44% | - |
| HSV(B) | 205.23º | 0.93% | 0.82% | - |
| XYZ | 19.28 | 19.88 | 63.14 | - |
| YUV | 102.56 | 188.06 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 209 | 0.93 | 0.39 | 0 | 0.18 | 205.23 | 0.87 | 0.44 |
| Hex | E | 7F | D1 | 5D | 27 | 0 | 12 | CD | 57 | 2C |
| Octal | 16 | 177 | 321 | 135 | 47 | 0 | 22 | 315 | 127 | 54 |
| Binary | 1110 | 1111111 | 11010001 | 1011101 | 100111 | 0 | 10010 | 11001101 | 1010111 | 101100 |
Color Harmonies of #0E7FD1
Complementary color
Monochromatic Colors of #0E7FD1
Black with #0E7FD1
Text Example
Text Example
White with #0E7FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FD1; }
p { color: rgb(14,127,209); }
H1.HeaderClassName
{
color: #0E7FD1;
}
.AnyTagClassName
{
color: #0E7FD1;
}
</style>
background-color css
<style>
a { background-color: #0E7FD1; }
a { background-color: rgb(14,127,209); }
div.DivClassName
{
background-color: #0E7FD1;
}
.BgClassName
{
background-color: #0E7FD1;
}
</style>
border-color css
<style>
span { border-color: #0E7FD1; }
span { border-color: rgb(14,127,209); }
td.TdClassName
{
border-color: #0E7FD1;
}
.TagClassName
{
border-color: #0E7FD1;
}
</style>