Shades of Paua #20164E
Tints of Paua #20164E
RGB
CMYK
RGB Variations
Color information
#20164E (or 0x20164E) is known color: Paua. HEX triplet: 20, 16 and 4E. RGB value is (32,22,78). Sum of RGB (Red+Green+Blue) = 32+22+78=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #20164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20164E is #DFE9B1. Grayscale: #1F1F1F. Windows color (decimal): -14674354 or 5117472. OLE color: 5117472.
HSL color Cylindrical-coordinate representation of color #20164E: hue angle of 250.71º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20164E is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 22 | 78 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.69 |
| HSL | 250.71º | 0.56% | 0.2% | - |
| HSV(B) | 250.71º | 0.72% | 0.31% | - |
| XYZ | 2.26 | 1.43 | 7.36 | - |
| YUV | 31.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 78 | 0.59 | 0.72 | 0 | 0.69 | 250.71 | 0.56 | 0.2 |
| Hex | 20 | 16 | 4E | 3B | 48 | 0 | 45 | FB | 38 | 14 |
| Octal | 40 | 26 | 116 | 73 | 110 | 0 | 105 | 373 | 70 | 24 |
| Binary | 100000 | 10110 | 1001110 | 111011 | 1001000 | 0 | 1000101 | 11111011 | 111000 | 10100 |
Color Harmonies of #20164E
Complementary color
Monochromatic Colors of #20164E
Black with #20164E
Text Example
Text Example
White with #20164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20164E; }
p { color: rgb(32,22,78); }
H1.HeaderClassName
{
color: #20164E;
}
.AnyTagClassName
{
color: #20164E;
}
</style>
background-color css
<style>
a { background-color: #20164E; }
a { background-color: rgb(32,22,78); }
div.DivClassName
{
background-color: #20164E;
}
.BgClassName
{
background-color: #20164E;
}
</style>
border-color css
<style>
span { border-color: #20164E; }
span { border-color: rgb(32,22,78); }
td.TdClassName
{
border-color: #20164E;
}
.TagClassName
{
border-color: #20164E;
}
</style>