Shades of Navy #120279
Tints of Navy #120279
RGB
CMYK
RGB Variations
Color information
#120279 (or 0x120279) is known color: Navy. HEX triplet: 12, 02 and 79. RGB value is (18,2,121). Sum of RGB (Red+Green+Blue) = 18+2+121=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 121 (47.66% from 255 or 85.82% from 141); Max value from RGB is 121 - color contains mainly: blue. Hex color #120279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120279 is #EDFD86. Grayscale: #131313. Windows color (decimal): -15596935 or 7930386. OLE color: 7930386.
HSL color Cylindrical-coordinate representation of color #120279: hue angle of 248.07º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120279 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 2 | 121 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.53 |
| HSL | 248.07º | 0.97% | 0.24% | - |
| HSV(B) | 248.07º | 0.98% | 0.47% | - |
| XYZ | 3.72 | 1.55 | 18.19 | - |
| YUV | 20.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 121 | 0.85 | 0.98 | 0 | 0.53 | 248.07 | 0.97 | 0.24 |
| Hex | 12 | 2 | 79 | 55 | 62 | 0 | 35 | F8 | 61 | 18 |
| Octal | 22 | 2 | 171 | 125 | 142 | 0 | 65 | 370 | 141 | 30 |
| Binary | 10010 | 10 | 1111001 | 1010101 | 1100010 | 0 | 110101 | 11111000 | 1100001 | 11000 |
Color Harmonies of #120279
Complementary color
Monochromatic Colors of #120279
Black with #120279
Text Example
Text Example
White with #120279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120279; }
p { color: rgb(18,2,121); }
H1.HeaderClassName
{
color: #120279;
}
.AnyTagClassName
{
color: #120279;
}
</style>
background-color css
<style>
a { background-color: #120279; }
a { background-color: rgb(18,2,121); }
div.DivClassName
{
background-color: #120279;
}
.BgClassName
{
background-color: #120279;
}
</style>
border-color css
<style>
span { border-color: #120279; }
span { border-color: rgb(18,2,121); }
td.TdClassName
{
border-color: #120279;
}
.TagClassName
{
border-color: #120279;
}
</style>