Shades of Paua #201A4A
Tints of Paua #201A4A
RGB
CMYK
RGB Variations
Color information
#201A4A (or 0x201A4A) is known color: Paua. HEX triplet: 20, 1A and 4A. RGB value is (32,26,74). Sum of RGB (Red+Green+Blue) = 32+26+74=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #201A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A4A is #DFE5B5. Grayscale: #212121. Windows color (decimal): -14673334 or 4856352. OLE color: 4856352.
HSL color Cylindrical-coordinate representation of color #201A4A: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201A4A is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 26 | 74 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.71 |
| HSL | 247.5º | 0.48% | 0.2% | - |
| HSV(B) | 247.5º | 0.65% | 0.29% | - |
| XYZ | 2.2 | 1.54 | 6.66 | - |
| YUV | 33.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 74 | 0.57 | 0.65 | 0 | 0.71 | 247.5 | 0.48 | 0.2 |
| Hex | 20 | 1A | 4A | 39 | 41 | 0 | 47 | F8 | 30 | 14 |
| Octal | 40 | 32 | 112 | 71 | 101 | 0 | 107 | 370 | 60 | 24 |
| Binary | 100000 | 11010 | 1001010 | 111001 | 1000001 | 0 | 1000111 | 11111000 | 110000 | 10100 |
Color Harmonies of #201A4A
Complementary color
Monochromatic Colors of #201A4A
Black with #201A4A
Text Example
Text Example
White with #201A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A4A; }
p { color: rgb(32,26,74); }
H1.HeaderClassName
{
color: #201A4A;
}
.AnyTagClassName
{
color: #201A4A;
}
</style>
background-color css
<style>
a { background-color: #201A4A; }
a { background-color: rgb(32,26,74); }
div.DivClassName
{
background-color: #201A4A;
}
.BgClassName
{
background-color: #201A4A;
}
</style>
border-color css
<style>
span { border-color: #201A4A; }
span { border-color: rgb(32,26,74); }
td.TdClassName
{
border-color: #201A4A;
}
.TagClassName
{
border-color: #201A4A;
}
</style>