Shades of Paua #120D47
Tints of Paua #120D47
RGB
CMYK
RGB Variations
Color information
#120D47 (or 0x120D47) is known color: Paua. HEX triplet: 12, 0D and 47. RGB value is (18,13,71). Sum of RGB (Red+Green+Blue) = 18+13+71=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #120D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D47 is #EDF2B8. Grayscale: #141414. Windows color (decimal): -15594169 or 4656402. OLE color: 4656402.
HSL color Cylindrical-coordinate representation of color #120D47: hue angle of 245.17º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #120D47 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 13 | 71 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.72 |
| HSL | 245.17º | 0.69% | 0.16% | - |
| HSV(B) | 245.17º | 0.82% | 0.28% | - |
| XYZ | 1.53 | 0.87 | 6.05 | - |
| YUV | 21.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 71 | 0.75 | 0.82 | 0 | 0.72 | 245.17 | 0.69 | 0.16 |
| Hex | 12 | D | 47 | 4B | 52 | 0 | 48 | F5 | 45 | 10 |
| Octal | 22 | 15 | 107 | 113 | 122 | 0 | 110 | 365 | 105 | 20 |
| Binary | 10010 | 1101 | 1000111 | 1001011 | 1010010 | 0 | 1001000 | 11110101 | 1000101 | 10000 |
Color Harmonies of #120D47
Complementary color
Monochromatic Colors of #120D47
Black with #120D47
Text Example
Text Example
White with #120D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D47; }
p { color: rgb(18,13,71); }
H1.HeaderClassName
{
color: #120D47;
}
.AnyTagClassName
{
color: #120D47;
}
</style>
background-color css
<style>
a { background-color: #120D47; }
a { background-color: rgb(18,13,71); }
div.DivClassName
{
background-color: #120D47;
}
.BgClassName
{
background-color: #120D47;
}
</style>
border-color css
<style>
span { border-color: #120D47; }
span { border-color: rgb(18,13,71); }
td.TdClassName
{
border-color: #120D47;
}
.TagClassName
{
border-color: #120D47;
}
</style>