Shades of Paua #201A51
Tints of Paua #201A51
RGB
CMYK
RGB Variations
Color information
#201A51 (or 0x201A51) is known color: Paua. HEX triplet: 20, 1A and 51. RGB value is (32,26,81). Sum of RGB (Red+Green+Blue) = 32+26+81=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #201A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A51 is #DFE5AE. Grayscale: #212121. Windows color (decimal): -14673327 or 5315104. OLE color: 5315104.
HSL color Cylindrical-coordinate representation of color #201A51: hue angle of 246.55º degrees, saturation: 0.51, 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 #201A51 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 26 | 81 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.68 |
| HSL | 246.55º | 0.51% | 0.21% | - |
| HSV(B) | 246.55º | 0.68% | 0.32% | - |
| XYZ | 2.45 | 1.64 | 7.97 | - |
| YUV | 34.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 81 | 0.60 | 0.68 | 0 | 0.68 | 246.55 | 0.51 | 0.21 |
| Hex | 20 | 1A | 51 | 3C | 44 | 0 | 44 | F7 | 33 | 15 |
| Octal | 40 | 32 | 121 | 74 | 104 | 0 | 104 | 367 | 63 | 25 |
| Binary | 100000 | 11010 | 1010001 | 111100 | 1000100 | 0 | 1000100 | 11110111 | 110011 | 10101 |
Color Harmonies of #201A51
Complementary color
Monochromatic Colors of #201A51
Black with #201A51
Text Example
Text Example
White with #201A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A51; }
p { color: rgb(32,26,81); }
H1.HeaderClassName
{
color: #201A51;
}
.AnyTagClassName
{
color: #201A51;
}
</style>
background-color css
<style>
a { background-color: #201A51; }
a { background-color: rgb(32,26,81); }
div.DivClassName
{
background-color: #201A51;
}
.BgClassName
{
background-color: #201A51;
}
</style>
border-color css
<style>
span { border-color: #201A51; }
span { border-color: rgb(32,26,81); }
td.TdClassName
{
border-color: #201A51;
}
.TagClassName
{
border-color: #201A51;
}
</style>