Shades of Paua #120F50
Tints of Paua #120F50
RGB
CMYK
RGB Variations
Color information
#120F50 (or 0x120F50) is known color: Paua. HEX triplet: 12, 0F and 50. RGB value is (18,15,80). Sum of RGB (Red+Green+Blue) = 18+15+80=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #120F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F50 is #EDF0AF. Grayscale: #171717. Windows color (decimal): -15593648 or 5246738. OLE color: 5246738.
HSL color Cylindrical-coordinate representation of color #120F50: hue angle of 242.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #120F50 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 15 | 80 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.69 |
| HSL | 242.77º | 0.68% | 0.19% | - |
| HSV(B) | 242.77º | 0.81% | 0.31% | - |
| XYZ | 1.87 | 1.05 | 7.69 | - |
| YUV | 23.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 80 | 0.78 | 0.81 | 0 | 0.69 | 242.77 | 0.68 | 0.19 |
| Hex | 12 | F | 50 | 4E | 51 | 0 | 45 | F3 | 44 | 13 |
| Octal | 22 | 17 | 120 | 116 | 121 | 0 | 105 | 363 | 104 | 23 |
| Binary | 10010 | 1111 | 1010000 | 1001110 | 1010001 | 0 | 1000101 | 11110011 | 1000100 | 10011 |
Color Harmonies of #120F50
Complementary color
Monochromatic Colors of #120F50
Black with #120F50
Text Example
Text Example
White with #120F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F50; }
p { color: rgb(18,15,80); }
H1.HeaderClassName
{
color: #120F50;
}
.AnyTagClassName
{
color: #120F50;
}
</style>
background-color css
<style>
a { background-color: #120F50; }
a { background-color: rgb(18,15,80); }
div.DivClassName
{
background-color: #120F50;
}
.BgClassName
{
background-color: #120F50;
}
</style>
border-color css
<style>
span { border-color: #120F50; }
span { border-color: rgb(18,15,80); }
td.TdClassName
{
border-color: #120F50;
}
.TagClassName
{
border-color: #120F50;
}
</style>