Shades of Paua #201D5A
Tints of Paua #201D5A
RGB
CMYK
RGB Variations
Color information
#201D5A (or 0x201D5A) is known color: Paua. HEX triplet: 20, 1D and 5A. RGB value is (32,29,90). Sum of RGB (Red+Green+Blue) = 32+29+90=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #201D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D5A is #DFE2A5. Grayscale: #242424. Windows color (decimal): -14672550 or 5905696. OLE color: 5905696.
HSL color Cylindrical-coordinate representation of color #201D5A: hue angle of 242.95º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201D5A is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 29 | 90 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.65 |
| HSL | 242.95º | 0.51% | 0.23% | - |
| HSV(B) | 242.95º | 0.68% | 0.35% | - |
| XYZ | 2.88 | 1.92 | 9.89 | - |
| YUV | 36.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 90 | 0.64 | 0.68 | 0 | 0.65 | 242.95 | 0.51 | 0.23 |
| Hex | 20 | 1D | 5A | 40 | 44 | 0 | 41 | F3 | 33 | 17 |
| Octal | 40 | 35 | 132 | 100 | 104 | 0 | 101 | 363 | 63 | 27 |
| Binary | 100000 | 11101 | 1011010 | 1000000 | 1000100 | 0 | 1000001 | 11110011 | 110011 | 10111 |
Color Harmonies of #201D5A
Complementary color
Monochromatic Colors of #201D5A
Black with #201D5A
Text Example
Text Example
White with #201D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D5A; }
p { color: rgb(32,29,90); }
H1.HeaderClassName
{
color: #201D5A;
}
.AnyTagClassName
{
color: #201D5A;
}
</style>
background-color css
<style>
a { background-color: #201D5A; }
a { background-color: rgb(32,29,90); }
div.DivClassName
{
background-color: #201D5A;
}
.BgClassName
{
background-color: #201D5A;
}
</style>
border-color css
<style>
span { border-color: #201D5A; }
span { border-color: rgb(32,29,90); }
td.TdClassName
{
border-color: #201D5A;
}
.TagClassName
{
border-color: #201D5A;
}
</style>