Shades of Paua #201F53
Tints of Paua #201F53
RGB
CMYK
RGB Variations
Color information
#201F53 (or 0x201F53) is known color: Paua. HEX triplet: 20, 1F and 53. RGB value is (32,31,83). Sum of RGB (Red+Green+Blue) = 32+31+83=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #201F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F53 is #DFE0AC. Grayscale: #252525. Windows color (decimal): -14672045 or 5447456. OLE color: 5447456.
HSL color Cylindrical-coordinate representation of color #201F53: hue angle of 241.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201F53 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 31 | 83 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.67 |
| HSL | 241.15º | 0.46% | 0.22% | - |
| HSV(B) | 241.15º | 0.63% | 0.33% | - |
| XYZ | 2.65 | 1.91 | 8.41 | - |
| YUV | 37.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 83 | 0.61 | 0.63 | 0 | 0.67 | 241.15 | 0.46 | 0.22 |
| Hex | 20 | 1F | 53 | 3D | 3F | 0 | 43 | F1 | 2E | 16 |
| Octal | 40 | 37 | 123 | 75 | 77 | 0 | 103 | 361 | 56 | 26 |
| Binary | 100000 | 11111 | 1010011 | 111101 | 111111 | 0 | 1000011 | 11110001 | 101110 | 10110 |
Color Harmonies of #201F53
Complementary color
Monochromatic Colors of #201F53
Black with #201F53
Text Example
Text Example
White with #201F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F53; }
p { color: rgb(32,31,83); }
H1.HeaderClassName
{
color: #201F53;
}
.AnyTagClassName
{
color: #201F53;
}
</style>
background-color css
<style>
a { background-color: #201F53; }
a { background-color: rgb(32,31,83); }
div.DivClassName
{
background-color: #201F53;
}
.BgClassName
{
background-color: #201F53;
}
</style>
border-color css
<style>
span { border-color: #201F53; }
span { border-color: rgb(32,31,83); }
td.TdClassName
{
border-color: #201F53;
}
.TagClassName
{
border-color: #201F53;
}
</style>