Shades of Navy #010E6F
Tints of Navy #010E6F
RGB
CMYK
RGB Variations
Color information
#010E6F (or 0x010E6F) is known color: Navy. HEX triplet: 01, 0E and 6F. RGB value is (1,14,111). Sum of RGB (Red+Green+Blue) = 1+14+111=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #010E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E6F is #FEF190. Grayscale: #141414. Windows color (decimal): -16707985 or 7278081. OLE color: 7278081.
HSL color Cylindrical-coordinate representation of color #010E6F: hue angle of 232.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E6F is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 14 | 111 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.56 |
| HSL | 232.91º | 0.98% | 0.22% | - |
| HSV(B) | 232.91º | 0.99% | 0.44% | - |
| XYZ | 3.04 | 1.47 | 15.16 | - |
| YUV | 21.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 111 | 0.99 | 0.87 | 0 | 0.56 | 232.91 | 0.98 | 0.22 |
| Hex | 1 | E | 6F | 63 | 57 | 0 | 38 | E9 | 62 | 16 |
| Octal | 1 | 16 | 157 | 143 | 127 | 0 | 70 | 351 | 142 | 26 |
| Binary | 1 | 1110 | 1101111 | 1100011 | 1010111 | 0 | 111000 | 11101001 | 1100010 | 10110 |
Color Harmonies of #010E6F
Complementary color
Monochromatic Colors of #010E6F
Black with #010E6F
Text Example
Text Example
White with #010E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E6F; }
p { color: rgb(1,14,111); }
H1.HeaderClassName
{
color: #010E6F;
}
.AnyTagClassName
{
color: #010E6F;
}
</style>
background-color css
<style>
a { background-color: #010E6F; }
a { background-color: rgb(1,14,111); }
div.DivClassName
{
background-color: #010E6F;
}
.BgClassName
{
background-color: #010E6F;
}
</style>
border-color css
<style>
span { border-color: #010E6F; }
span { border-color: rgb(1,14,111); }
td.TdClassName
{
border-color: #010E6F;
}
.TagClassName
{
border-color: #010E6F;
}
</style>