Shades of Navy Blue #0E7FC6
Tints of Navy Blue #0E7FC6
RGB
CMYK
RGB Variations
Color information
#0E7FC6 (or 0x0E7FC6) is known color: Navy Blue. HEX triplet: 0E, 7F and C6. RGB value is (14,127,198). Sum of RGB (Red+Green+Blue) = 14+127+198=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #0E7FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FC6 is #F18039. Grayscale: #646464. Windows color (decimal): -15827002 or 13008654. OLE color: 13008654.
HSL color Cylindrical-coordinate representation of color #0E7FC6: hue angle of 203.15º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7FC6 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 127 | 198 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.22 |
| HSL | 203.15º | 0.87% | 0.42% | - |
| HSV(B) | 203.15º | 0.93% | 0.78% | - |
| XYZ | 17.96 | 19.35 | 56.21 | - |
| YUV | 101.31 | 182.56 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 198 | 0.93 | 0.36 | 0 | 0.22 | 203.15 | 0.87 | 0.42 |
| Hex | E | 7F | C6 | 5D | 24 | 0 | 16 | CB | 57 | 2A |
| Octal | 16 | 177 | 306 | 135 | 44 | 0 | 26 | 313 | 127 | 52 |
| Binary | 1110 | 1111111 | 11000110 | 1011101 | 100100 | 0 | 10110 | 11001011 | 1010111 | 101010 |
Color Harmonies of #0E7FC6
Complementary color
Monochromatic Colors of #0E7FC6
Black with #0E7FC6
Text Example
Text Example
White with #0E7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FC6; }
p { color: rgb(14,127,198); }
H1.HeaderClassName
{
color: #0E7FC6;
}
.AnyTagClassName
{
color: #0E7FC6;
}
</style>
background-color css
<style>
a { background-color: #0E7FC6; }
a { background-color: rgb(14,127,198); }
div.DivClassName
{
background-color: #0E7FC6;
}
.BgClassName
{
background-color: #0E7FC6;
}
</style>
border-color css
<style>
span { border-color: #0E7FC6; }
span { border-color: rgb(14,127,198); }
td.TdClassName
{
border-color: #0E7FC6;
}
.TagClassName
{
border-color: #0E7FC6;
}
</style>