Shades of Paua #20105B
Tints of Paua #20105B
RGB
CMYK
RGB Variations
Color information
#20105B (or 0x20105B) is known color: Paua. HEX triplet: 20, 10 and 5B. RGB value is (32,16,91). Sum of RGB (Red+Green+Blue) = 32+16+91=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #20105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20105B is #DFEFA4. Grayscale: #1D1D1D. Windows color (decimal): -14675877 or 5967904. OLE color: 5967904.
HSL color Cylindrical-coordinate representation of color #20105B: hue angle of 252.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20105B is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 16 | 91 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.64 |
| HSL | 252.8º | 0.7% | 0.21% | - |
| HSV(B) | 252.8º | 0.82% | 0.36% | - |
| XYZ | 2.67 | 1.43 | 10.03 | - |
| YUV | 29.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 91 | 0.65 | 0.82 | 0 | 0.64 | 252.8 | 0.7 | 0.21 |
| Hex | 20 | 10 | 5B | 41 | 52 | 0 | 40 | FD | 46 | 15 |
| Octal | 40 | 20 | 133 | 101 | 122 | 0 | 100 | 375 | 106 | 25 |
| Binary | 100000 | 10000 | 1011011 | 1000001 | 1010010 | 0 | 1000000 | 11111101 | 1000110 | 10101 |
Color Harmonies of #20105B
Complementary color
Monochromatic Colors of #20105B
Black with #20105B
Text Example
Text Example
White with #20105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20105B; }
p { color: rgb(32,16,91); }
H1.HeaderClassName
{
color: #20105B;
}
.AnyTagClassName
{
color: #20105B;
}
</style>
background-color css
<style>
a { background-color: #20105B; }
a { background-color: rgb(32,16,91); }
div.DivClassName
{
background-color: #20105B;
}
.BgClassName
{
background-color: #20105B;
}
</style>
border-color css
<style>
span { border-color: #20105B; }
span { border-color: rgb(32,16,91); }
td.TdClassName
{
border-color: #20105B;
}
.TagClassName
{
border-color: #20105B;
}
</style>