Shades of Paua #20164C
Tints of Paua #20164C
RGB
CMYK
RGB Variations
Color information
#20164C (or 0x20164C) is known color: Paua. HEX triplet: 20, 16 and 4C. RGB value is (32,22,76). Sum of RGB (Red+Green+Blue) = 32+22+76=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #20164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20164C is #DFE9B3. Grayscale: #1E1E1E. Windows color (decimal): -14674356 or 4986400. OLE color: 4986400.
HSL color Cylindrical-coordinate representation of color #20164C: hue angle of 251.11º degrees, saturation: 0.55, 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 #20164C is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 22 | 76 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.70 |
| HSL | 251.11º | 0.55% | 0.19% | - |
| HSV(B) | 251.11º | 0.71% | 0.3% | - |
| XYZ | 2.19 | 1.4 | 6.99 | - |
| YUV | 31.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 76 | 0.58 | 0.71 | 0 | 0.70 | 251.11 | 0.55 | 0.19 |
| Hex | 20 | 16 | 4C | 3A | 47 | 0 | 46 | FB | 37 | 13 |
| Octal | 40 | 26 | 114 | 72 | 107 | 0 | 106 | 373 | 67 | 23 |
| Binary | 100000 | 10110 | 1001100 | 111010 | 1000111 | 0 | 1000110 | 11111011 | 110111 | 10011 |
Color Harmonies of #20164C
Complementary color
Monochromatic Colors of #20164C
Black with #20164C
Text Example
Text Example
White with #20164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20164C; }
p { color: rgb(32,22,76); }
H1.HeaderClassName
{
color: #20164C;
}
.AnyTagClassName
{
color: #20164C;
}
</style>
background-color css
<style>
a { background-color: #20164C; }
a { background-color: rgb(32,22,76); }
div.DivClassName
{
background-color: #20164C;
}
.BgClassName
{
background-color: #20164C;
}
</style>
border-color css
<style>
span { border-color: #20164C; }
span { border-color: rgb(32,22,76); }
td.TdClassName
{
border-color: #20164C;
}
.TagClassName
{
border-color: #20164C;
}
</style>