Shades of Paua #201A52
Tints of Paua #201A52
RGB
CMYK
RGB Variations
Color information
#201A52 (or 0x201A52) is known color: Paua. HEX triplet: 20, 1A and 52. RGB value is (32,26,82). Sum of RGB (Red+Green+Blue) = 32+26+82=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #201A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A52 is #DFE5AD. Grayscale: #212121. Windows color (decimal): -14673326 or 5380640. OLE color: 5380640.
HSL color Cylindrical-coordinate representation of color #201A52: hue angle of 246.43º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201A52 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 26 | 82 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.68 |
| HSL | 246.43º | 0.52% | 0.21% | - |
| HSV(B) | 246.43º | 0.68% | 0.32% | - |
| XYZ | 2.49 | 1.66 | 8.17 | - |
| YUV | 34.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 82 | 0.61 | 0.68 | 0 | 0.68 | 246.43 | 0.52 | 0.21 |
| Hex | 20 | 1A | 52 | 3D | 44 | 0 | 44 | F6 | 34 | 15 |
| Octal | 40 | 32 | 122 | 75 | 104 | 0 | 104 | 366 | 64 | 25 |
| Binary | 100000 | 11010 | 1010010 | 111101 | 1000100 | 0 | 1000100 | 11110110 | 110100 | 10101 |
Color Harmonies of #201A52
Complementary color
Monochromatic Colors of #201A52
Black with #201A52
Text Example
Text Example
White with #201A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A52; }
p { color: rgb(32,26,82); }
H1.HeaderClassName
{
color: #201A52;
}
.AnyTagClassName
{
color: #201A52;
}
</style>
background-color css
<style>
a { background-color: #201A52; }
a { background-color: rgb(32,26,82); }
div.DivClassName
{
background-color: #201A52;
}
.BgClassName
{
background-color: #201A52;
}
</style>
border-color css
<style>
span { border-color: #201A52; }
span { border-color: rgb(32,26,82); }
td.TdClassName
{
border-color: #201A52;
}
.TagClassName
{
border-color: #201A52;
}
</style>