Shades of Paua #201B59
Tints of Paua #201B59
RGB
CMYK
RGB Variations
Color information
#201B59 (or 0x201B59) is known color: Paua. HEX triplet: 20, 1B and 59. RGB value is (32,27,89). Sum of RGB (Red+Green+Blue) = 32+27+89=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #201B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B59 is #DFE4A6. Grayscale: #232323. Windows color (decimal): -14673063 or 5839648. OLE color: 5839648.
HSL color Cylindrical-coordinate representation of color #201B59: hue angle of 244.84º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201B59 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 27 | 89 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.65 |
| HSL | 244.84º | 0.53% | 0.23% | - |
| HSV(B) | 244.84º | 0.7% | 0.35% | - |
| XYZ | 2.79 | 1.81 | 9.65 | - |
| YUV | 35.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 89 | 0.64 | 0.70 | 0 | 0.65 | 244.84 | 0.53 | 0.23 |
| Hex | 20 | 1B | 59 | 40 | 46 | 0 | 41 | F5 | 35 | 17 |
| Octal | 40 | 33 | 131 | 100 | 106 | 0 | 101 | 365 | 65 | 27 |
| Binary | 100000 | 11011 | 1011001 | 1000000 | 1000110 | 0 | 1000001 | 11110101 | 110101 | 10111 |
Color Harmonies of #201B59
Complementary color
Monochromatic Colors of #201B59
Black with #201B59
Text Example
Text Example
White with #201B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B59; }
p { color: rgb(32,27,89); }
H1.HeaderClassName
{
color: #201B59;
}
.AnyTagClassName
{
color: #201B59;
}
</style>
background-color css
<style>
a { background-color: #201B59; }
a { background-color: rgb(32,27,89); }
div.DivClassName
{
background-color: #201B59;
}
.BgClassName
{
background-color: #201B59;
}
</style>
border-color css
<style>
span { border-color: #201B59; }
span { border-color: rgb(32,27,89); }
td.TdClassName
{
border-color: #201B59;
}
.TagClassName
{
border-color: #201B59;
}
</style>