Shades of Paua #201A57
Tints of Paua #201A57
RGB
CMYK
RGB Variations
Color information
#201A57 (or 0x201A57) is known color: Paua. HEX triplet: 20, 1A and 57. RGB value is (32,26,87). Sum of RGB (Red+Green+Blue) = 32+26+87=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #201A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A57 is #DFE5A8. Grayscale: #222222. Windows color (decimal): -14673321 or 5708320. OLE color: 5708320.
HSL color Cylindrical-coordinate representation of color #201A57: hue angle of 245.9º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201A57 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 26 | 87 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.66 |
| HSL | 245.9º | 0.54% | 0.22% | - |
| HSV(B) | 245.9º | 0.7% | 0.34% | - |
| XYZ | 2.69 | 1.73 | 9.21 | - |
| YUV | 34.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 87 | 0.63 | 0.70 | 0 | 0.66 | 245.9 | 0.54 | 0.22 |
| Hex | 20 | 1A | 57 | 3F | 46 | 0 | 42 | F6 | 36 | 16 |
| Octal | 40 | 32 | 127 | 77 | 106 | 0 | 102 | 366 | 66 | 26 |
| Binary | 100000 | 11010 | 1010111 | 111111 | 1000110 | 0 | 1000010 | 11110110 | 110110 | 10110 |
Color Harmonies of #201A57
Complementary color
Monochromatic Colors of #201A57
Black with #201A57
Text Example
Text Example
White with #201A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A57; }
p { color: rgb(32,26,87); }
H1.HeaderClassName
{
color: #201A57;
}
.AnyTagClassName
{
color: #201A57;
}
</style>
background-color css
<style>
a { background-color: #201A57; }
a { background-color: rgb(32,26,87); }
div.DivClassName
{
background-color: #201A57;
}
.BgClassName
{
background-color: #201A57;
}
</style>
border-color css
<style>
span { border-color: #201A57; }
span { border-color: rgb(32,26,87); }
td.TdClassName
{
border-color: #201A57;
}
.TagClassName
{
border-color: #201A57;
}
</style>