Shades of Navy #01076E
Tints of Navy #01076E
RGB
CMYK
RGB Variations
Color information
#01076E (or 0x01076E) is known color: Navy. HEX triplet: 01, 07 and 6E. RGB value is (1,7,110). Sum of RGB (Red+Green+Blue) = 1+7+110=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 110 (43.36% from 255 or 93.22% from 118); Max value from RGB is 110 - color contains mainly: blue. Hex color #01076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01076E is #FEF891. Grayscale: #101010. Windows color (decimal): -16709778 or 7210753. OLE color: 7210753.
HSL color Cylindrical-coordinate representation of color #01076E: hue angle of 236.7º 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 #01076E is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 7 | 110 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.57 |
| HSL | 236.7º | 0.98% | 0.22% | - |
| HSV(B) | 236.7º | 0.99% | 0.43% | - |
| XYZ | 2.9 | 1.28 | 14.85 | - |
| YUV | 16.95 | 180.51 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 110 | 0.99 | 0.94 | 0 | 0.57 | 236.7 | 0.98 | 0.22 |
| Hex | 1 | 7 | 6E | 63 | 5E | 0 | 39 | ED | 62 | 16 |
| Octal | 1 | 7 | 156 | 143 | 136 | 0 | 71 | 355 | 142 | 26 |
| Binary | 1 | 111 | 1101110 | 1100011 | 1011110 | 0 | 111001 | 11101101 | 1100010 | 10110 |
Color Harmonies of #01076E
Complementary color
Monochromatic Colors of #01076E
Black with #01076E
Text Example
Text Example
White with #01076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01076E; }
p { color: rgb(1,7,110); }
H1.HeaderClassName
{
color: #01076E;
}
.AnyTagClassName
{
color: #01076E;
}
</style>
background-color css
<style>
a { background-color: #01076E; }
a { background-color: rgb(1,7,110); }
div.DivClassName
{
background-color: #01076E;
}
.BgClassName
{
background-color: #01076E;
}
</style>
border-color css
<style>
span { border-color: #01076E; }
span { border-color: rgb(1,7,110); }
td.TdClassName
{
border-color: #01076E;
}
.TagClassName
{
border-color: #01076E;
}
</style>