Shades of Paua #120D46
Tints of Paua #120D46
RGB
CMYK
RGB Variations
Color information
#120D46 (or 0x120D46) is known color: Paua. HEX triplet: 12, 0D and 46. RGB value is (18,13,70). Sum of RGB (Red+Green+Blue) = 18+13+70=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #120D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D46 is #EDF2B9. Grayscale: #141414. Windows color (decimal): -15594170 or 4590866. OLE color: 4590866.
HSL color Cylindrical-coordinate representation of color #120D46: hue angle of 245.26º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #120D46 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 13 | 70 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.73 |
| HSL | 245.26º | 0.69% | 0.16% | - |
| HSV(B) | 245.26º | 0.81% | 0.27% | - |
| XYZ | 1.5 | 0.86 | 5.88 | - |
| YUV | 20.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 70 | 0.74 | 0.81 | 0 | 0.73 | 245.26 | 0.69 | 0.16 |
| Hex | 12 | D | 46 | 4A | 51 | 0 | 49 | F5 | 45 | 10 |
| Octal | 22 | 15 | 106 | 112 | 121 | 0 | 111 | 365 | 105 | 20 |
| Binary | 10010 | 1101 | 1000110 | 1001010 | 1010001 | 0 | 1001001 | 11110101 | 1000101 | 10000 |
Color Harmonies of #120D46
Complementary color
Monochromatic Colors of #120D46
Black with #120D46
Text Example
Text Example
White with #120D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D46; }
p { color: rgb(18,13,70); }
H1.HeaderClassName
{
color: #120D46;
}
.AnyTagClassName
{
color: #120D46;
}
</style>
background-color css
<style>
a { background-color: #120D46; }
a { background-color: rgb(18,13,70); }
div.DivClassName
{
background-color: #120D46;
}
.BgClassName
{
background-color: #120D46;
}
</style>
border-color css
<style>
span { border-color: #120D46; }
span { border-color: rgb(18,13,70); }
td.TdClassName
{
border-color: #120D46;
}
.TagClassName
{
border-color: #120D46;
}
</style>