Shades of Paua #201A44
Tints of Paua #201A44
RGB
CMYK
RGB Variations
Color information
#201A44 (or 0x201A44) is known color: Paua. HEX triplet: 20, 1A and 44. RGB value is (32,26,68). Sum of RGB (Red+Green+Blue) = 32+26+68=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #201A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A44 is #DFE5BB. Grayscale: #202020. Windows color (decimal): -14673340 or 4463136. OLE color: 4463136.
HSL color Cylindrical-coordinate representation of color #201A44: hue angle of 248.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201A44 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 26 | 68 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.73 |
| HSL | 248.57º | 0.45% | 0.18% | - |
| HSV(B) | 248.57º | 0.62% | 0.27% | - |
| XYZ | 2.01 | 1.46 | 5.65 | - |
| YUV | 32.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 68 | 0.53 | 0.62 | 0 | 0.73 | 248.57 | 0.45 | 0.18 |
| Hex | 20 | 1A | 44 | 35 | 3E | 0 | 49 | F9 | 2D | 12 |
| Octal | 40 | 32 | 104 | 65 | 76 | 0 | 111 | 371 | 55 | 22 |
| Binary | 100000 | 11010 | 1000100 | 110101 | 111110 | 0 | 1001001 | 11111001 | 101101 | 10010 |
Color Harmonies of #201A44
Complementary color
Monochromatic Colors of #201A44
Black with #201A44
Text Example
Text Example
White with #201A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A44; }
p { color: rgb(32,26,68); }
H1.HeaderClassName
{
color: #201A44;
}
.AnyTagClassName
{
color: #201A44;
}
</style>
background-color css
<style>
a { background-color: #201A44; }
a { background-color: rgb(32,26,68); }
div.DivClassName
{
background-color: #201A44;
}
.BgClassName
{
background-color: #201A44;
}
</style>
border-color css
<style>
span { border-color: #201A44; }
span { border-color: rgb(32,26,68); }
td.TdClassName
{
border-color: #201A44;
}
.TagClassName
{
border-color: #201A44;
}
</style>