Shades of Paua #201A58
Tints of Paua #201A58
RGB
CMYK
RGB Variations
Color information
#201A58 (or 0x201A58) is known color: Paua. HEX triplet: 20, 1A and 58. RGB value is (32,26,88). Sum of RGB (Red+Green+Blue) = 32+26+88=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #201A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A58 is #DFE5A7. Grayscale: #222222. Windows color (decimal): -14673320 or 5773856. OLE color: 5773856.
HSL color Cylindrical-coordinate representation of color #201A58: hue angle of 245.81º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201A58 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 26 | 88 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.65 |
| HSL | 245.81º | 0.54% | 0.22% | - |
| HSV(B) | 245.81º | 0.7% | 0.35% | - |
| XYZ | 2.73 | 1.75 | 9.43 | - |
| YUV | 34.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 88 | 0.64 | 0.70 | 0 | 0.65 | 245.81 | 0.54 | 0.22 |
| Hex | 20 | 1A | 58 | 40 | 46 | 0 | 41 | F6 | 36 | 16 |
| Octal | 40 | 32 | 130 | 100 | 106 | 0 | 101 | 366 | 66 | 26 |
| Binary | 100000 | 11010 | 1011000 | 1000000 | 1000110 | 0 | 1000001 | 11110110 | 110110 | 10110 |
Color Harmonies of #201A58
Complementary color
Monochromatic Colors of #201A58
Black with #201A58
Text Example
Text Example
White with #201A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A58; }
p { color: rgb(32,26,88); }
H1.HeaderClassName
{
color: #201A58;
}
.AnyTagClassName
{
color: #201A58;
}
</style>
background-color css
<style>
a { background-color: #201A58; }
a { background-color: rgb(32,26,88); }
div.DivClassName
{
background-color: #201A58;
}
.BgClassName
{
background-color: #201A58;
}
</style>
border-color css
<style>
span { border-color: #201A58; }
span { border-color: rgb(32,26,88); }
td.TdClassName
{
border-color: #201A58;
}
.TagClassName
{
border-color: #201A58;
}
</style>