Shades of Navy Blue #0E68EF
Tints of Navy Blue #0E68EF
RGB
CMYK
RGB Variations
Color information
#0E68EF (or 0x0E68EF) is known color: Navy Blue. HEX triplet: 0E, 68 and EF. RGB value is (14,104,239). Sum of RGB (Red+Green+Blue) = 14+104+239=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E68EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E68EF is #F19710. Grayscale: #5B5B5B. Windows color (decimal): -15832849 or 15689742. OLE color: 15689742.
HSL color Cylindrical-coordinate representation of color #0E68EF: hue angle of 216º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E68EF is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 104 | 239 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.06 |
| HSL | 216º | 0.89% | 0.5% | - |
| HSV(B) | 216º | 0.94% | 0.94% | - |
| XYZ | 20.71 | 16.23 | 83.7 | - |
| YUV | 92.48 | 210.68 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 239 | 0.94 | 0.56 | 0 | 0.06 | 216 | 0.89 | 0.5 |
| Hex | E | 68 | EF | 5E | 38 | 0 | 6 | D8 | 59 | 32 |
| Octal | 16 | 150 | 357 | 136 | 70 | 0 | 6 | 330 | 131 | 62 |
| Binary | 1110 | 1101000 | 11101111 | 1011110 | 111000 | 0 | 110 | 11011000 | 1011001 | 110010 |
Color Harmonies of #0E68EF
Complementary color
Monochromatic Colors of #0E68EF
Black with #0E68EF
Text Example
Text Example
White with #0E68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E68EF; }
p { color: rgb(14,104,239); }
H1.HeaderClassName
{
color: #0E68EF;
}
.AnyTagClassName
{
color: #0E68EF;
}
</style>
background-color css
<style>
a { background-color: #0E68EF; }
a { background-color: rgb(14,104,239); }
div.DivClassName
{
background-color: #0E68EF;
}
.BgClassName
{
background-color: #0E68EF;
}
</style>
border-color css
<style>
span { border-color: #0E68EF; }
span { border-color: rgb(14,104,239); }
td.TdClassName
{
border-color: #0E68EF;
}
.TagClassName
{
border-color: #0E68EF;
}
</style>