Shades of Navy #120071
Tints of Navy #120071
RGB
CMYK
RGB Variations
Color information
#120071 (or 0x120071) is known color: Navy. HEX triplet: 12, 00 and 71. RGB value is (18,0,113). Sum of RGB (Red+Green+Blue) = 18+0+113=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #120071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120071 is #EDFF8E. Grayscale: #111111. Windows color (decimal): -15597455 or 7405586. OLE color: 7405586.
HSL color Cylindrical-coordinate representation of color #120071: hue angle of 249.56º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120071 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 0 | 113 | - |
| CMYK | 0.84 | 1 | 0 | 0.56 |
| HSL | 249.56º | 1% | 0.22% | - |
| HSV(B) | 249.56º | 1% | 0.44% | - |
| XYZ | 3.23 | 1.32 | 15.71 | - |
| YUV | 18.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 113 | 0.84 | 1 | 0 | 0.56 | 249.56 | 1 | 0.22 |
| Hex | 12 | 0 | 71 | 54 | 64 | 0 | 38 | FA | 64 | 16 |
| Octal | 22 | 0 | 161 | 124 | 144 | 0 | 70 | 372 | 144 | 26 |
| Binary | 10010 | 0 | 1110001 | 1010100 | 1100100 | 0 | 111000 | 11111010 | 1100100 | 10110 |
Color Harmonies of #120071
Complementary color
Monochromatic Colors of #120071
Black with #120071
Text Example
Text Example
White with #120071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120071; }
p { color: rgb(18,0,113); }
H1.HeaderClassName
{
color: #120071;
}
.AnyTagClassName
{
color: #120071;
}
</style>
background-color css
<style>
a { background-color: #120071; }
a { background-color: rgb(18,0,113); }
div.DivClassName
{
background-color: #120071;
}
.BgClassName
{
background-color: #120071;
}
</style>
border-color css
<style>
span { border-color: #120071; }
span { border-color: rgb(18,0,113); }
td.TdClassName
{
border-color: #120071;
}
.TagClassName
{
border-color: #120071;
}
</style>