Shades of Navy Blue #0E68D7
Tints of Navy Blue #0E68D7
RGB
CMYK
RGB Variations
Color information
#0E68D7 (or 0x0E68D7) is known color: Navy Blue. HEX triplet: 0E, 68 and D7. RGB value is (14,104,215). Sum of RGB (Red+Green+Blue) = 14+104+215=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 215 (84.38% from 255 or 64.56% from 333); Max value from RGB is 215 - color contains mainly: blue. Hex color #0E68D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E68D7 is #F19728. Grayscale: #595959. Windows color (decimal): -15832873 or 14116878. OLE color: 14116878.
HSL color Cylindrical-coordinate representation of color #0E68D7: hue angle of 213.13º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E68D7 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 104 | 215 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.16 |
| HSL | 213.13º | 0.88% | 0.45% | - |
| HSV(B) | 213.13º | 0.93% | 0.84% | - |
| XYZ | 17.4 | 14.9 | 66.25 | - |
| YUV | 89.74 | 198.68 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 215 | 0.93 | 0.52 | 0 | 0.16 | 213.13 | 0.88 | 0.45 |
| Hex | E | 68 | D7 | 5D | 34 | 0 | 10 | D5 | 58 | 2D |
| Octal | 16 | 150 | 327 | 135 | 64 | 0 | 20 | 325 | 130 | 55 |
| Binary | 1110 | 1101000 | 11010111 | 1011101 | 110100 | 0 | 10000 | 11010101 | 1011000 | 101101 |
Color Harmonies of #0E68D7
Complementary color
Monochromatic Colors of #0E68D7
Black with #0E68D7
Text Example
Text Example
White with #0E68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E68D7; }
p { color: rgb(14,104,215); }
H1.HeaderClassName
{
color: #0E68D7;
}
.AnyTagClassName
{
color: #0E68D7;
}
</style>
background-color css
<style>
a { background-color: #0E68D7; }
a { background-color: rgb(14,104,215); }
div.DivClassName
{
background-color: #0E68D7;
}
.BgClassName
{
background-color: #0E68D7;
}
</style>
border-color css
<style>
span { border-color: #0E68D7; }
span { border-color: rgb(14,104,215); }
td.TdClassName
{
border-color: #0E68D7;
}
.TagClassName
{
border-color: #0E68D7;
}
</style>