Shades of Navy #010E7E
Tints of Navy #010E7E
RGB
CMYK
RGB Variations
Color information
#010E7E (or 0x010E7E) is known color: Navy. HEX triplet: 01, 0E and 7E. RGB value is (1,14,126). Sum of RGB (Red+Green+Blue) = 1+14+126=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 126 (49.61% from 255 or 89.36% from 141); Max value from RGB is 126 - color contains mainly: blue. Hex color #010E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E7E is #FEF181. Grayscale: #161616. Windows color (decimal): -16707970 or 8261121. OLE color: 8261121.
HSL color Cylindrical-coordinate representation of color #010E7E: hue angle of 233.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E7E is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 14 | 126 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.51 |
| HSL | 233.76º | 0.98% | 0.25% | - |
| HSV(B) | 233.76º | 0.99% | 0.49% | - |
| XYZ | 3.94 | 1.83 | 19.88 | - |
| YUV | 22.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 126 | 0.99 | 0.89 | 0 | 0.51 | 233.76 | 0.98 | 0.25 |
| Hex | 1 | E | 7E | 63 | 59 | 0 | 33 | EA | 62 | 19 |
| Octal | 1 | 16 | 176 | 143 | 131 | 0 | 63 | 352 | 142 | 31 |
| Binary | 1 | 1110 | 1111110 | 1100011 | 1011001 | 0 | 110011 | 11101010 | 1100010 | 11001 |
Color Harmonies of #010E7E
Complementary color
Monochromatic Colors of #010E7E
Black with #010E7E
Text Example
Text Example
White with #010E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E7E; }
p { color: rgb(1,14,126); }
H1.HeaderClassName
{
color: #010E7E;
}
.AnyTagClassName
{
color: #010E7E;
}
</style>
background-color css
<style>
a { background-color: #010E7E; }
a { background-color: rgb(1,14,126); }
div.DivClassName
{
background-color: #010E7E;
}
.BgClassName
{
background-color: #010E7E;
}
</style>
border-color css
<style>
span { border-color: #010E7E; }
span { border-color: rgb(1,14,126); }
td.TdClassName
{
border-color: #010E7E;
}
.TagClassName
{
border-color: #010E7E;
}
</style>