Shades of Paua #201A53
Tints of Paua #201A53
RGB
CMYK
RGB Variations
Color information
#201A53 (or 0x201A53) is known color: Paua. HEX triplet: 20, 1A and 53. RGB value is (32,26,83). Sum of RGB (Red+Green+Blue) = 32+26+83=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #201A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A53 is #DFE5AC. Grayscale: #222222. Windows color (decimal): -14673325 or 5446176. OLE color: 5446176.
HSL color Cylindrical-coordinate representation of color #201A53: hue angle of 246.32º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #201A53 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 26 | 83 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.67 |
| HSL | 246.32º | 0.52% | 0.21% | - |
| HSV(B) | 246.32º | 0.69% | 0.33% | - |
| XYZ | 2.53 | 1.67 | 8.37 | - |
| YUV | 34.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 83 | 0.61 | 0.69 | 0 | 0.67 | 246.32 | 0.52 | 0.21 |
| Hex | 20 | 1A | 53 | 3D | 45 | 0 | 43 | F6 | 34 | 15 |
| Octal | 40 | 32 | 123 | 75 | 105 | 0 | 103 | 366 | 64 | 25 |
| Binary | 100000 | 11010 | 1010011 | 111101 | 1000101 | 0 | 1000011 | 11110110 | 110100 | 10101 |
Color Harmonies of #201A53
Complementary color
Monochromatic Colors of #201A53
Black with #201A53
Text Example
Text Example
White with #201A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A53; }
p { color: rgb(32,26,83); }
H1.HeaderClassName
{
color: #201A53;
}
.AnyTagClassName
{
color: #201A53;
}
</style>
background-color css
<style>
a { background-color: #201A53; }
a { background-color: rgb(32,26,83); }
div.DivClassName
{
background-color: #201A53;
}
.BgClassName
{
background-color: #201A53;
}
</style>
border-color css
<style>
span { border-color: #201A53; }
span { border-color: rgb(32,26,83); }
td.TdClassName
{
border-color: #201A53;
}
.TagClassName
{
border-color: #201A53;
}
</style>