Shades of Navy Blue #0E6BE6
Tints of Navy Blue #0E6BE6
RGB
CMYK
RGB Variations
Color information
#0E6BE6 (or 0x0E6BE6) is known color: Navy Blue. HEX triplet: 0E, 6B and E6. RGB value is (14,107,230). Sum of RGB (Red+Green+Blue) = 14+107+230=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 230 (90.23% from 255 or 65.53% from 351); Max value from RGB is 230 - color contains mainly: blue. Hex color #0E6BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6BE6 is #F19419. Grayscale: #5C5C5C. Windows color (decimal): -15832090 or 15100686. OLE color: 15100686.
HSL color Cylindrical-coordinate representation of color #0E6BE6: hue angle of 214.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6BE6 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 107 | 230 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.10 |
| HSL | 214.17º | 0.89% | 0.48% | - |
| HSV(B) | 214.17º | 0.94% | 0.9% | - |
| XYZ | 19.72 | 16.32 | 76.97 | - |
| YUV | 93.22 | 205.19 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 230 | 0.94 | 0.53 | 0 | 0.10 | 214.17 | 0.89 | 0.48 |
| Hex | E | 6B | E6 | 5E | 35 | 0 | A | D6 | 59 | 30 |
| Octal | 16 | 153 | 346 | 136 | 65 | 0 | 12 | 326 | 131 | 60 |
| Binary | 1110 | 1101011 | 11100110 | 1011110 | 110101 | 0 | 1010 | 11010110 | 1011001 | 110000 |
Color Harmonies of #0E6BE6
Complementary color
Monochromatic Colors of #0E6BE6
Black with #0E6BE6
Text Example
Text Example
White with #0E6BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6BE6; }
p { color: rgb(14,107,230); }
H1.HeaderClassName
{
color: #0E6BE6;
}
.AnyTagClassName
{
color: #0E6BE6;
}
</style>
background-color css
<style>
a { background-color: #0E6BE6; }
a { background-color: rgb(14,107,230); }
div.DivClassName
{
background-color: #0E6BE6;
}
.BgClassName
{
background-color: #0E6BE6;
}
</style>
border-color css
<style>
span { border-color: #0E6BE6; }
span { border-color: rgb(14,107,230); }
td.TdClassName
{
border-color: #0E6BE6;
}
.TagClassName
{
border-color: #0E6BE6;
}
</style>