Shades of Paua #20164D
Tints of Paua #20164D
RGB
CMYK
RGB Variations
Color information
#20164D (or 0x20164D) is known color: Paua. HEX triplet: 20, 16 and 4D. RGB value is (32,22,77). Sum of RGB (Red+Green+Blue) = 32+22+77=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #20164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20164D is #DFE9B2. Grayscale: #1F1F1F. Windows color (decimal): -14674355 or 5051936. OLE color: 5051936.
HSL color Cylindrical-coordinate representation of color #20164D: hue angle of 250.91º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20164D is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 22 | 77 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.70 |
| HSL | 250.91º | 0.56% | 0.19% | - |
| HSV(B) | 250.91º | 0.71% | 0.3% | - |
| XYZ | 2.22 | 1.42 | 7.18 | - |
| YUV | 31.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 77 | 0.58 | 0.71 | 0 | 0.70 | 250.91 | 0.56 | 0.19 |
| Hex | 20 | 16 | 4D | 3A | 47 | 0 | 46 | FB | 38 | 13 |
| Octal | 40 | 26 | 115 | 72 | 107 | 0 | 106 | 373 | 70 | 23 |
| Binary | 100000 | 10110 | 1001101 | 111010 | 1000111 | 0 | 1000110 | 11111011 | 111000 | 10011 |
Color Harmonies of #20164D
Complementary color
Monochromatic Colors of #20164D
Black with #20164D
Text Example
Text Example
White with #20164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20164D; }
p { color: rgb(32,22,77); }
H1.HeaderClassName
{
color: #20164D;
}
.AnyTagClassName
{
color: #20164D;
}
</style>
background-color css
<style>
a { background-color: #20164D; }
a { background-color: rgb(32,22,77); }
div.DivClassName
{
background-color: #20164D;
}
.BgClassName
{
background-color: #20164D;
}
</style>
border-color css
<style>
span { border-color: #20164D; }
span { border-color: rgb(32,22,77); }
td.TdClassName
{
border-color: #20164D;
}
.TagClassName
{
border-color: #20164D;
}
</style>