Shades of Paua #201D59
Tints of Paua #201D59
RGB
CMYK
RGB Variations
Color information
#201D59 (or 0x201D59) is known color: Paua. HEX triplet: 20, 1D and 59. RGB value is (32,29,89). Sum of RGB (Red+Green+Blue) = 32+29+89=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #201D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D59 is #DFE2A6. Grayscale: #242424. Windows color (decimal): -14672551 or 5840160. OLE color: 5840160.
HSL color Cylindrical-coordinate representation of color #201D59: hue angle of 243º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201D59 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 29 | 89 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.65 |
| HSL | 243º | 0.51% | 0.23% | - |
| HSV(B) | 243º | 0.67% | 0.35% | - |
| XYZ | 2.84 | 1.91 | 9.67 | - |
| YUV | 36.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 89 | 0.64 | 0.67 | 0 | 0.65 | 243 | 0.51 | 0.23 |
| Hex | 20 | 1D | 59 | 40 | 43 | 0 | 41 | F3 | 33 | 17 |
| Octal | 40 | 35 | 131 | 100 | 103 | 0 | 101 | 363 | 63 | 27 |
| Binary | 100000 | 11101 | 1011001 | 1000000 | 1000011 | 0 | 1000001 | 11110011 | 110011 | 10111 |
Color Harmonies of #201D59
Complementary color
Monochromatic Colors of #201D59
Black with #201D59
Text Example
Text Example
White with #201D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D59; }
p { color: rgb(32,29,89); }
H1.HeaderClassName
{
color: #201D59;
}
.AnyTagClassName
{
color: #201D59;
}
</style>
background-color css
<style>
a { background-color: #201D59; }
a { background-color: rgb(32,29,89); }
div.DivClassName
{
background-color: #201D59;
}
.BgClassName
{
background-color: #201D59;
}
</style>
border-color css
<style>
span { border-color: #201D59; }
span { border-color: rgb(32,29,89); }
td.TdClassName
{
border-color: #201D59;
}
.TagClassName
{
border-color: #201D59;
}
</style>