Shades of Paua #201F54
Tints of Paua #201F54
RGB
CMYK
RGB Variations
Color information
#201F54 (or 0x201F54) is known color: Paua. HEX triplet: 20, 1F and 54. RGB value is (32,31,84). Sum of RGB (Red+Green+Blue) = 32+31+84=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #201F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F54 is #DFE0AB. Grayscale: #252525. Windows color (decimal): -14672044 or 5512992. OLE color: 5512992.
HSL color Cylindrical-coordinate representation of color #201F54: hue angle of 241.13º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201F54 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 31 | 84 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.67 |
| HSL | 241.13º | 0.46% | 0.23% | - |
| HSV(B) | 241.13º | 0.63% | 0.33% | - |
| XYZ | 2.69 | 1.93 | 8.62 | - |
| YUV | 37.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 84 | 0.62 | 0.63 | 0 | 0.67 | 241.13 | 0.46 | 0.23 |
| Hex | 20 | 1F | 54 | 3E | 3F | 0 | 43 | F1 | 2E | 17 |
| Octal | 40 | 37 | 124 | 76 | 77 | 0 | 103 | 361 | 56 | 27 |
| Binary | 100000 | 11111 | 1010100 | 111110 | 111111 | 0 | 1000011 | 11110001 | 101110 | 10111 |
Color Harmonies of #201F54
Complementary color
Monochromatic Colors of #201F54
Black with #201F54
Text Example
Text Example
White with #201F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F54; }
p { color: rgb(32,31,84); }
H1.HeaderClassName
{
color: #201F54;
}
.AnyTagClassName
{
color: #201F54;
}
</style>
background-color css
<style>
a { background-color: #201F54; }
a { background-color: rgb(32,31,84); }
div.DivClassName
{
background-color: #201F54;
}
.BgClassName
{
background-color: #201F54;
}
</style>
border-color css
<style>
span { border-color: #201F54; }
span { border-color: rgb(32,31,84); }
td.TdClassName
{
border-color: #201F54;
}
.TagClassName
{
border-color: #201F54;
}
</style>