Shades of Paua #120050
Tints of Paua #120050
RGB
CMYK
RGB Variations
Color information
#120050 (or 0x120050) is known color: Paua. HEX triplet: 12, 00 and 50. RGB value is (18,0,80). Sum of RGB (Red+Green+Blue) = 18+0+80=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #120050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120050 is #EDFFAF. Grayscale: #0E0E0E. Windows color (decimal): -15597488 or 5242898. OLE color: 5242898.
HSL color Cylindrical-coordinate representation of color #120050: hue angle of 253.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120050 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 0 | 80 | - |
| CMYK | 0.78 | 1 | 0 | 0.69 |
| HSL | 253.5º | 1% | 0.16% | - |
| HSV(B) | 253.5º | 1% | 0.31% | - |
| XYZ | 1.7 | 0.71 | 7.64 | - |
| YUV | 14.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 80 | 0.78 | 1 | 0 | 0.69 | 253.5 | 1 | 0.16 |
| Hex | 12 | 0 | 50 | 4E | 64 | 0 | 45 | FE | 64 | 10 |
| Octal | 22 | 0 | 120 | 116 | 144 | 0 | 105 | 376 | 144 | 20 |
| Binary | 10010 | 0 | 1010000 | 1001110 | 1100100 | 0 | 1000101 | 11111110 | 1100100 | 10000 |
Color Harmonies of #120050
Complementary color
Monochromatic Colors of #120050
Black with #120050
Text Example
Text Example
White with #120050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120050; }
p { color: rgb(18,0,80); }
H1.HeaderClassName
{
color: #120050;
}
.AnyTagClassName
{
color: #120050;
}
</style>
background-color css
<style>
a { background-color: #120050; }
a { background-color: rgb(18,0,80); }
div.DivClassName
{
background-color: #120050;
}
.BgClassName
{
background-color: #120050;
}
</style>
border-color css
<style>
span { border-color: #120050; }
span { border-color: rgb(18,0,80); }
td.TdClassName
{
border-color: #120050;
}
.TagClassName
{
border-color: #120050;
}
</style>