Shades of Paua #16164A
Tints of Paua #16164A
RGB
CMYK
RGB Variations
Color information
#16164A (or 0x16164A) is known color: Paua. HEX triplet: 16, 16 and 4A. RGB value is (22,22,74). Sum of RGB (Red+Green+Blue) = 22+22+74=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #16164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16164A is #E9E9B5. Grayscale: #1B1B1B. Windows color (decimal): -15329718 or 4855318. OLE color: 4855318.
HSL color Cylindrical-coordinate representation of color #16164A: hue angle of 240º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16164A is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 22 | 74 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.71 |
| HSL | 240º | 0.54% | 0.19% | - |
| HSV(B) | 240º | 0.7% | 0.29% | - |
| XYZ | 1.85 | 1.24 | 6.62 | - |
| YUV | 27.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 74 | 0.70 | 0.70 | 0 | 0.71 | 240 | 0.54 | 0.19 |
| Hex | 16 | 16 | 4A | 46 | 46 | 0 | 47 | F0 | 36 | 13 |
| Octal | 26 | 26 | 112 | 106 | 106 | 0 | 107 | 360 | 66 | 23 |
| Binary | 10110 | 10110 | 1001010 | 1000110 | 1000110 | 0 | 1000111 | 11110000 | 110110 | 10011 |
Color Harmonies of #16164A
Complementary color
Monochromatic Colors of #16164A
Black with #16164A
Text Example
Text Example
White with #16164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16164A; }
p { color: rgb(22,22,74); }
H1.HeaderClassName
{
color: #16164A;
}
.AnyTagClassName
{
color: #16164A;
}
</style>
background-color css
<style>
a { background-color: #16164A; }
a { background-color: rgb(22,22,74); }
div.DivClassName
{
background-color: #16164A;
}
.BgClassName
{
background-color: #16164A;
}
</style>
border-color css
<style>
span { border-color: #16164A; }
span { border-color: rgb(22,22,74); }
td.TdClassName
{
border-color: #16164A;
}
.TagClassName
{
border-color: #16164A;
}
</style>