Shades of Navy #010E6E
Tints of Navy #010E6E
RGB
CMYK
RGB Variations
Color information
#010E6E (or 0x010E6E) is known color: Navy. HEX triplet: 01, 0E and 6E. RGB value is (1,14,110). Sum of RGB (Red+Green+Blue) = 1+14+110=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 110 (43.36% from 255 or 88% from 125); Max value from RGB is 110 - color contains mainly: blue. Hex color #010E6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E6E is #FEF191. Grayscale: #141414. Windows color (decimal): -16707986 or 7212545. OLE color: 7212545.
HSL color Cylindrical-coordinate representation of color #010E6E: hue angle of 232.84º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E6E is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 14 | 110 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.57 |
| HSL | 232.84º | 0.98% | 0.22% | - |
| HSV(B) | 232.84º | 0.99% | 0.43% | - |
| XYZ | 2.98 | 1.45 | 14.87 | - |
| YUV | 21.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 110 | 0.99 | 0.87 | 0 | 0.57 | 232.84 | 0.98 | 0.22 |
| Hex | 1 | E | 6E | 63 | 57 | 0 | 39 | E9 | 62 | 16 |
| Octal | 1 | 16 | 156 | 143 | 127 | 0 | 71 | 351 | 142 | 26 |
| Binary | 1 | 1110 | 1101110 | 1100011 | 1010111 | 0 | 111001 | 11101001 | 1100010 | 10110 |
Color Harmonies of #010E6E
Complementary color
Monochromatic Colors of #010E6E
Black with #010E6E
Text Example
Text Example
White with #010E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E6E; }
p { color: rgb(1,14,110); }
H1.HeaderClassName
{
color: #010E6E;
}
.AnyTagClassName
{
color: #010E6E;
}
</style>
background-color css
<style>
a { background-color: #010E6E; }
a { background-color: rgb(1,14,110); }
div.DivClassName
{
background-color: #010E6E;
}
.BgClassName
{
background-color: #010E6E;
}
</style>
border-color css
<style>
span { border-color: #010E6E; }
span { border-color: rgb(1,14,110); }
td.TdClassName
{
border-color: #010E6E;
}
.TagClassName
{
border-color: #010E6E;
}
</style>