Shades of Paua #201A5A
Tints of Paua #201A5A
RGB
CMYK
RGB Variations
Color information
#201A5A (or 0x201A5A) is known color: Paua. HEX triplet: 20, 1A and 5A. RGB value is (32,26,90). Sum of RGB (Red+Green+Blue) = 32+26+90=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #201A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A5A is #DFE5A5. Grayscale: #222222. Windows color (decimal): -14673318 or 5904928. OLE color: 5904928.
HSL color Cylindrical-coordinate representation of color #201A5A: hue angle of 245.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201A5A is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 26 | 90 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.65 |
| HSL | 245.63º | 0.55% | 0.23% | - |
| HSV(B) | 245.63º | 0.71% | 0.35% | - |
| XYZ | 2.81 | 1.78 | 9.87 | - |
| YUV | 35.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 90 | 0.64 | 0.71 | 0 | 0.65 | 245.63 | 0.55 | 0.23 |
| Hex | 20 | 1A | 5A | 40 | 47 | 0 | 41 | F6 | 37 | 17 |
| Octal | 40 | 32 | 132 | 100 | 107 | 0 | 101 | 366 | 67 | 27 |
| Binary | 100000 | 11010 | 1011010 | 1000000 | 1000111 | 0 | 1000001 | 11110110 | 110111 | 10111 |
Color Harmonies of #201A5A
Complementary color
Monochromatic Colors of #201A5A
Black with #201A5A
Text Example
Text Example
White with #201A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A5A; }
p { color: rgb(32,26,90); }
H1.HeaderClassName
{
color: #201A5A;
}
.AnyTagClassName
{
color: #201A5A;
}
</style>
background-color css
<style>
a { background-color: #201A5A; }
a { background-color: rgb(32,26,90); }
div.DivClassName
{
background-color: #201A5A;
}
.BgClassName
{
background-color: #201A5A;
}
</style>
border-color css
<style>
span { border-color: #201A5A; }
span { border-color: rgb(32,26,90); }
td.TdClassName
{
border-color: #201A5A;
}
.TagClassName
{
border-color: #201A5A;
}
</style>