Shades of Paua #201059
Tints of Paua #201059
RGB
CMYK
RGB Variations
Color information
#201059 (or 0x201059) is known color: Paua. HEX triplet: 20, 10 and 59. RGB value is (32,16,89). Sum of RGB (Red+Green+Blue) = 32+16+89=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #201059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201059 is #DFEFA6. Grayscale: #1C1C1C. Windows color (decimal): -14675879 or 5836832. OLE color: 5836832.
HSL color Cylindrical-coordinate representation of color #201059: hue angle of 253.15º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201059 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 16 | 89 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.65 |
| HSL | 253.15º | 0.7% | 0.21% | - |
| HSV(B) | 253.15º | 0.82% | 0.35% | - |
| XYZ | 2.58 | 1.4 | 9.59 | - |
| YUV | 29.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 89 | 0.64 | 0.82 | 0 | 0.65 | 253.15 | 0.7 | 0.21 |
| Hex | 20 | 10 | 59 | 40 | 52 | 0 | 41 | FD | 46 | 15 |
| Octal | 40 | 20 | 131 | 100 | 122 | 0 | 101 | 375 | 106 | 25 |
| Binary | 100000 | 10000 | 1011001 | 1000000 | 1010010 | 0 | 1000001 | 11111101 | 1000110 | 10101 |
Color Harmonies of #201059
Complementary color
Monochromatic Colors of #201059
Black with #201059
Text Example
Text Example
White with #201059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201059; }
p { color: rgb(32,16,89); }
H1.HeaderClassName
{
color: #201059;
}
.AnyTagClassName
{
color: #201059;
}
</style>
background-color css
<style>
a { background-color: #201059; }
a { background-color: rgb(32,16,89); }
div.DivClassName
{
background-color: #201059;
}
.BgClassName
{
background-color: #201059;
}
</style>
border-color css
<style>
span { border-color: #201059; }
span { border-color: rgb(32,16,89); }
td.TdClassName
{
border-color: #201059;
}
.TagClassName
{
border-color: #201059;
}
</style>