Shades of Navy Blue #0E6EEB
Tints of Navy Blue #0E6EEB
RGB
CMYK
RGB Variations
Color information
#0E6EEB (or 0x0E6EEB) is known color: Navy Blue. HEX triplet: 0E, 6E and EB. RGB value is (14,110,235). Sum of RGB (Red+Green+Blue) = 14+110+235=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E6EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6EEB is #F19114. Grayscale: #5E5E5E. Windows color (decimal): -15831317 or 15429134. OLE color: 15429134.
HSL color Cylindrical-coordinate representation of color #0E6EEB: hue angle of 213.94º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6EEB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 110 | 235 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.08 |
| HSL | 213.94º | 0.89% | 0.49% | - |
| HSV(B) | 213.94º | 0.94% | 0.92% | - |
| XYZ | 20.75 | 17.24 | 80.83 | - |
| YUV | 95.55 | 206.7 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 110 | 235 | 0.94 | 0.53 | 0 | 0.08 | 213.94 | 0.89 | 0.49 |
| Hex | E | 6E | EB | 5E | 35 | 0 | 8 | D6 | 59 | 31 |
| Octal | 16 | 156 | 353 | 136 | 65 | 0 | 10 | 326 | 131 | 61 |
| Binary | 1110 | 1101110 | 11101011 | 1011110 | 110101 | 0 | 1000 | 11010110 | 1011001 | 110001 |
Color Harmonies of #0E6EEB
Complementary color
Monochromatic Colors of #0E6EEB
Black with #0E6EEB
Text Example
Text Example
White with #0E6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6EEB; }
p { color: rgb(14,110,235); }
H1.HeaderClassName
{
color: #0E6EEB;
}
.AnyTagClassName
{
color: #0E6EEB;
}
</style>
background-color css
<style>
a { background-color: #0E6EEB; }
a { background-color: rgb(14,110,235); }
div.DivClassName
{
background-color: #0E6EEB;
}
.BgClassName
{
background-color: #0E6EEB;
}
</style>
border-color css
<style>
span { border-color: #0E6EEB; }
span { border-color: rgb(14,110,235); }
td.TdClassName
{
border-color: #0E6EEB;
}
.TagClassName
{
border-color: #0E6EEB;
}
</style>