Shades of Paua #160D47
Tints of Paua #160D47
RGB
CMYK
RGB Variations
Color information
#160D47 (or 0x160D47) is known color: Paua. HEX triplet: 16, 0D and 47. RGB value is (22,13,71). Sum of RGB (Red+Green+Blue) = 22+13+71=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #160D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D47 is #E9F2B8. Grayscale: #161616. Windows color (decimal): -15332025 or 4656406. OLE color: 4656406.
HSL color Cylindrical-coordinate representation of color #160D47: hue angle of 249.31º 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 #160D47 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 13 | 71 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.72 |
| HSL | 249.31º | 0.69% | 0.16% | - |
| HSV(B) | 249.31º | 0.82% | 0.28% | - |
| XYZ | 1.61 | 0.91 | 6.05 | - |
| YUV | 22.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 71 | 0.69 | 0.82 | 0 | 0.72 | 249.31 | 0.69 | 0.16 |
| Hex | 16 | D | 47 | 45 | 52 | 0 | 48 | F9 | 45 | 10 |
| Octal | 26 | 15 | 107 | 105 | 122 | 0 | 110 | 371 | 105 | 20 |
| Binary | 10110 | 1101 | 1000111 | 1000101 | 1010010 | 0 | 1001000 | 11111001 | 1000101 | 10000 |
Color Harmonies of #160D47
Complementary color
Monochromatic Colors of #160D47
Black with #160D47
Text Example
Text Example
White with #160D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D47; }
p { color: rgb(22,13,71); }
H1.HeaderClassName
{
color: #160D47;
}
.AnyTagClassName
{
color: #160D47;
}
</style>
background-color css
<style>
a { background-color: #160D47; }
a { background-color: rgb(22,13,71); }
div.DivClassName
{
background-color: #160D47;
}
.BgClassName
{
background-color: #160D47;
}
</style>
border-color css
<style>
span { border-color: #160D47; }
span { border-color: rgb(22,13,71); }
td.TdClassName
{
border-color: #160D47;
}
.TagClassName
{
border-color: #160D47;
}
</style>