Shades of Navy Blue #0E7FE0
Tints of Navy Blue #0E7FE0
RGB
CMYK
RGB Variations
Color information
#0E7FE0 (or 0x0E7FE0) is known color: Navy Blue. HEX triplet: 0E, 7F and E0. RGB value is (14,127,224). Sum of RGB (Red+Green+Blue) = 14+127+224=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E7FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FE0 is #F1801F. Grayscale: #676767. Windows color (decimal): -15826976 or 14712590. OLE color: 14712590.
HSL color Cylindrical-coordinate representation of color #0E7FE0: hue angle of 207.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7FE0 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 127 | 224 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.12 |
| HSL | 207.71º | 0.88% | 0.47% | - |
| HSV(B) | 207.71º | 0.94% | 0.88% | - |
| XYZ | 21.23 | 20.65 | 73.39 | - |
| YUV | 104.27 | 195.56 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 224 | 0.94 | 0.43 | 0 | 0.12 | 207.71 | 0.88 | 0.47 |
| Hex | E | 7F | E0 | 5E | 2B | 0 | C | D0 | 58 | 2F |
| Octal | 16 | 177 | 340 | 136 | 53 | 0 | 14 | 320 | 130 | 57 |
| Binary | 1110 | 1111111 | 11100000 | 1011110 | 101011 | 0 | 1100 | 11010000 | 1011000 | 101111 |
Color Harmonies of #0E7FE0
Complementary color
Monochromatic Colors of #0E7FE0
Black with #0E7FE0
Text Example
Text Example
White with #0E7FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FE0; }
p { color: rgb(14,127,224); }
H1.HeaderClassName
{
color: #0E7FE0;
}
.AnyTagClassName
{
color: #0E7FE0;
}
</style>
background-color css
<style>
a { background-color: #0E7FE0; }
a { background-color: rgb(14,127,224); }
div.DivClassName
{
background-color: #0E7FE0;
}
.BgClassName
{
background-color: #0E7FE0;
}
</style>
border-color css
<style>
span { border-color: #0E7FE0; }
span { border-color: rgb(14,127,224); }
td.TdClassName
{
border-color: #0E7FE0;
}
.TagClassName
{
border-color: #0E7FE0;
}
</style>