Shades of Navy #01117A
Tints of Navy #01117A
RGB
CMYK
RGB Variations
Color information
#01117A (or 0x01117A) is known color: Navy. HEX triplet: 01, 11 and 7A. RGB value is (1,17,122). Sum of RGB (Red+Green+Blue) = 1+17+122=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #01117A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01117A is #FEEE85. Grayscale: #171717. Windows color (decimal): -16707206 or 7999745. OLE color: 7999745.
HSL color Cylindrical-coordinate representation of color #01117A: hue angle of 232.07º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01117A is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 17 | 122 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.52 |
| HSL | 232.07º | 0.98% | 0.24% | - |
| HSV(B) | 232.07º | 0.99% | 0.48% | - |
| XYZ | 3.73 | 1.81 | 18.57 | - |
| YUV | 24.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 122 | 0.99 | 0.86 | 0 | 0.52 | 232.07 | 0.98 | 0.24 |
| Hex | 1 | 11 | 7A | 63 | 56 | 0 | 34 | E8 | 62 | 18 |
| Octal | 1 | 21 | 172 | 143 | 126 | 0 | 64 | 350 | 142 | 30 |
| Binary | 1 | 10001 | 1111010 | 1100011 | 1010110 | 0 | 110100 | 11101000 | 1100010 | 11000 |
Color Harmonies of #01117A
Complementary color
Monochromatic Colors of #01117A
Black with #01117A
Text Example
Text Example
White with #01117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01117A; }
p { color: rgb(1,17,122); }
H1.HeaderClassName
{
color: #01117A;
}
.AnyTagClassName
{
color: #01117A;
}
</style>
background-color css
<style>
a { background-color: #01117A; }
a { background-color: rgb(1,17,122); }
div.DivClassName
{
background-color: #01117A;
}
.BgClassName
{
background-color: #01117A;
}
</style>
border-color css
<style>
span { border-color: #01117A; }
span { border-color: rgb(1,17,122); }
td.TdClassName
{
border-color: #01117A;
}
.TagClassName
{
border-color: #01117A;
}
</style>