Shades of Navy #120074
Tints of Navy #120074
RGB
CMYK
RGB Variations
Color information
#120074 (or 0x120074) is known color: Navy. HEX triplet: 12, 00 and 74. RGB value is (18,0,116). Sum of RGB (Red+Green+Blue) = 18+0+116=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #120074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120074 is #EDFF8B. Grayscale: #121212. Windows color (decimal): -15597452 or 7602194. OLE color: 7602194.
HSL color Cylindrical-coordinate representation of color #120074: hue angle of 249.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120074 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 0 | 116 | - |
| CMYK | 0.84 | 1 | 0 | 0.55 |
| HSL | 249.31º | 1% | 0.23% | - |
| HSV(B) | 249.31º | 1% | 0.45% | - |
| XYZ | 3.4 | 1.39 | 16.61 | - |
| YUV | 18.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 116 | 0.84 | 1 | 0 | 0.55 | 249.31 | 1 | 0.23 |
| Hex | 12 | 0 | 74 | 54 | 64 | 0 | 37 | F9 | 64 | 17 |
| Octal | 22 | 0 | 164 | 124 | 144 | 0 | 67 | 371 | 144 | 27 |
| Binary | 10010 | 0 | 1110100 | 1010100 | 1100100 | 0 | 110111 | 11111001 | 1100100 | 10111 |
Color Harmonies of #120074
Complementary color
Monochromatic Colors of #120074
Black with #120074
Text Example
Text Example
White with #120074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120074; }
p { color: rgb(18,0,116); }
H1.HeaderClassName
{
color: #120074;
}
.AnyTagClassName
{
color: #120074;
}
</style>
background-color css
<style>
a { background-color: #120074; }
a { background-color: rgb(18,0,116); }
div.DivClassName
{
background-color: #120074;
}
.BgClassName
{
background-color: #120074;
}
</style>
border-color css
<style>
span { border-color: #120074; }
span { border-color: rgb(18,0,116); }
td.TdClassName
{
border-color: #120074;
}
.TagClassName
{
border-color: #120074;
}
</style>