Shades of Paua #160C47
Tints of Paua #160C47
RGB
CMYK
RGB Variations
Color information
#160C47 (or 0x160C47) is known color: Paua. HEX triplet: 16, 0C and 47. RGB value is (22,12,71). Sum of RGB (Red+Green+Blue) = 22+12+71=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #160C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160C47 is #E9F3B8. Grayscale: #151515. Windows color (decimal): -15332281 or 4656150. OLE color: 4656150.
HSL color Cylindrical-coordinate representation of color #160C47: hue angle of 250.17º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #160C47 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 12 | 71 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.72 |
| HSL | 250.17º | 0.71% | 0.16% | - |
| HSV(B) | 250.17º | 0.83% | 0.28% | - |
| XYZ | 1.6 | 0.89 | 6.05 | - |
| YUV | 21.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 71 | 0.69 | 0.83 | 0 | 0.72 | 250.17 | 0.71 | 0.16 |
| Hex | 16 | C | 47 | 45 | 53 | 0 | 48 | FA | 47 | 10 |
| Octal | 26 | 14 | 107 | 105 | 123 | 0 | 110 | 372 | 107 | 20 |
| Binary | 10110 | 1100 | 1000111 | 1000101 | 1010011 | 0 | 1001000 | 11111010 | 1000111 | 10000 |
Color Harmonies of #160C47
Complementary color
Monochromatic Colors of #160C47
Black with #160C47
Text Example
Text Example
White with #160C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160C47; }
p { color: rgb(22,12,71); }
H1.HeaderClassName
{
color: #160C47;
}
.AnyTagClassName
{
color: #160C47;
}
</style>
background-color css
<style>
a { background-color: #160C47; }
a { background-color: rgb(22,12,71); }
div.DivClassName
{
background-color: #160C47;
}
.BgClassName
{
background-color: #160C47;
}
</style>
border-color css
<style>
span { border-color: #160C47; }
span { border-color: rgb(22,12,71); }
td.TdClassName
{
border-color: #160C47;
}
.TagClassName
{
border-color: #160C47;
}
</style>