Shades of Paua #160D53
Tints of Paua #160D53
RGB
CMYK
RGB Variations
Color information
#160D53 (or 0x160D53) is known color: Paua. HEX triplet: 16, 0D and 53. RGB value is (22,13,83). Sum of RGB (Red+Green+Blue) = 22+13+83=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #160D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D53 is #E9F2AC. Grayscale: #171717. Windows color (decimal): -15332013 or 5442838. OLE color: 5442838.
HSL color Cylindrical-coordinate representation of color #160D53: hue angle of 247.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #160D53 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 13 | 83 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.67 |
| HSL | 247.71º | 0.73% | 0.19% | - |
| HSV(B) | 247.71º | 0.84% | 0.33% | - |
| XYZ | 2.04 | 1.08 | 8.29 | - |
| YUV | 23.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 83 | 0.73 | 0.84 | 0 | 0.67 | 247.71 | 0.73 | 0.19 |
| Hex | 16 | D | 53 | 49 | 54 | 0 | 43 | F8 | 49 | 13 |
| Octal | 26 | 15 | 123 | 111 | 124 | 0 | 103 | 370 | 111 | 23 |
| Binary | 10110 | 1101 | 1010011 | 1001001 | 1010100 | 0 | 1000011 | 11111000 | 1001001 | 10011 |
Color Harmonies of #160D53
Complementary color
Monochromatic Colors of #160D53
Black with #160D53
Text Example
Text Example
White with #160D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D53; }
p { color: rgb(22,13,83); }
H1.HeaderClassName
{
color: #160D53;
}
.AnyTagClassName
{
color: #160D53;
}
</style>
background-color css
<style>
a { background-color: #160D53; }
a { background-color: rgb(22,13,83); }
div.DivClassName
{
background-color: #160D53;
}
.BgClassName
{
background-color: #160D53;
}
</style>
border-color css
<style>
span { border-color: #160D53; }
span { border-color: rgb(22,13,83); }
td.TdClassName
{
border-color: #160D53;
}
.TagClassName
{
border-color: #160D53;
}
</style>