Shades of Paua #20115B
Tints of Paua #20115B
RGB
CMYK
RGB Variations
Color information
#20115B (or 0x20115B) is known color: Paua. HEX triplet: 20, 11 and 5B. RGB value is (32,17,91). Sum of RGB (Red+Green+Blue) = 32+17+91=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #20115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115B is #DFEEA4. Grayscale: #1D1D1D. Windows color (decimal): -14675621 or 5968160. OLE color: 5968160.
HSL color Cylindrical-coordinate representation of color #20115B: hue angle of 252.16º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20115B is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 17 | 91 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.64 |
| HSL | 252.16º | 0.69% | 0.21% | - |
| HSV(B) | 252.16º | 0.81% | 0.36% | - |
| XYZ | 2.68 | 1.46 | 10.04 | - |
| YUV | 29.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 91 | 0.65 | 0.81 | 0 | 0.64 | 252.16 | 0.69 | 0.21 |
| Hex | 20 | 11 | 5B | 41 | 51 | 0 | 40 | FC | 45 | 15 |
| Octal | 40 | 21 | 133 | 101 | 121 | 0 | 100 | 374 | 105 | 25 |
| Binary | 100000 | 10001 | 1011011 | 1000001 | 1010001 | 0 | 1000000 | 11111100 | 1000101 | 10101 |
Color Harmonies of #20115B
Complementary color
Monochromatic Colors of #20115B
Black with #20115B
Text Example
Text Example
White with #20115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20115B; }
p { color: rgb(32,17,91); }
H1.HeaderClassName
{
color: #20115B;
}
.AnyTagClassName
{
color: #20115B;
}
</style>
background-color css
<style>
a { background-color: #20115B; }
a { background-color: rgb(32,17,91); }
div.DivClassName
{
background-color: #20115B;
}
.BgClassName
{
background-color: #20115B;
}
</style>
border-color css
<style>
span { border-color: #20115B; }
span { border-color: rgb(32,17,91); }
td.TdClassName
{
border-color: #20115B;
}
.TagClassName
{
border-color: #20115B;
}
</style>