Shades of Paua #120B48
Tints of Paua #120B48
RGB
CMYK
RGB Variations
Color information
#120B48 (or 0x120B48) is known color: Paua. HEX triplet: 12, 0B and 48. RGB value is (18,11,72). Sum of RGB (Red+Green+Blue) = 18+11+72=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #120B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B48 is #EDF4B7. Grayscale: #131313. Windows color (decimal): -15594680 or 4721426. OLE color: 4721426.
HSL color Cylindrical-coordinate representation of color #120B48: hue angle of 246.89º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120B48 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 11 | 72 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.72 |
| HSL | 246.89º | 0.73% | 0.16% | - |
| HSV(B) | 246.89º | 0.85% | 0.28% | - |
| XYZ | 1.54 | 0.84 | 6.21 | - |
| YUV | 20.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 72 | 0.75 | 0.85 | 0 | 0.72 | 246.89 | 0.73 | 0.16 |
| Hex | 12 | B | 48 | 4B | 55 | 0 | 48 | F7 | 49 | 10 |
| Octal | 22 | 13 | 110 | 113 | 125 | 0 | 110 | 367 | 111 | 20 |
| Binary | 10010 | 1011 | 1001000 | 1001011 | 1010101 | 0 | 1001000 | 11110111 | 1001001 | 10000 |
Color Harmonies of #120B48
Complementary color
Monochromatic Colors of #120B48
Black with #120B48
Text Example
Text Example
White with #120B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B48; }
p { color: rgb(18,11,72); }
H1.HeaderClassName
{
color: #120B48;
}
.AnyTagClassName
{
color: #120B48;
}
</style>
background-color css
<style>
a { background-color: #120B48; }
a { background-color: rgb(18,11,72); }
div.DivClassName
{
background-color: #120B48;
}
.BgClassName
{
background-color: #120B48;
}
</style>
border-color css
<style>
span { border-color: #120B48; }
span { border-color: rgb(18,11,72); }
td.TdClassName
{
border-color: #120B48;
}
.TagClassName
{
border-color: #120B48;
}
</style>