Shades of Navy Blue #0E6BEE
Tints of Navy Blue #0E6BEE
RGB
CMYK
RGB Variations
Color information
#0E6BEE (or 0x0E6BEE) is known color: Navy Blue. HEX triplet: 0E, 6B and EE. RGB value is (14,107,238). Sum of RGB (Red+Green+Blue) = 14+107+238=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #0E6BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6BEE is #F19411. Grayscale: #5D5D5D. Windows color (decimal): -15832082 or 15624974. OLE color: 15624974.
HSL color Cylindrical-coordinate representation of color #0E6BEE: hue angle of 215.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6BEE is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 107 | 238 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.07 |
| HSL | 215.09º | 0.89% | 0.49% | - |
| HSV(B) | 215.09º | 0.94% | 0.93% | - |
| XYZ | 20.87 | 16.78 | 83.03 | - |
| YUV | 94.13 | 209.19 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 238 | 0.94 | 0.55 | 0 | 0.07 | 215.09 | 0.89 | 0.49 |
| Hex | E | 6B | EE | 5E | 37 | 0 | 7 | D7 | 59 | 31 |
| Octal | 16 | 153 | 356 | 136 | 67 | 0 | 7 | 327 | 131 | 61 |
| Binary | 1110 | 1101011 | 11101110 | 1011110 | 110111 | 0 | 111 | 11010111 | 1011001 | 110001 |
Color Harmonies of #0E6BEE
Complementary color
Monochromatic Colors of #0E6BEE
Black with #0E6BEE
Text Example
Text Example
White with #0E6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6BEE; }
p { color: rgb(14,107,238); }
H1.HeaderClassName
{
color: #0E6BEE;
}
.AnyTagClassName
{
color: #0E6BEE;
}
</style>
background-color css
<style>
a { background-color: #0E6BEE; }
a { background-color: rgb(14,107,238); }
div.DivClassName
{
background-color: #0E6BEE;
}
.BgClassName
{
background-color: #0E6BEE;
}
</style>
border-color css
<style>
span { border-color: #0E6BEE; }
span { border-color: rgb(14,107,238); }
td.TdClassName
{
border-color: #0E6BEE;
}
.TagClassName
{
border-color: #0E6BEE;
}
</style>