Shades of Paua #16124D
Tints of Paua #16124D
RGB
CMYK
RGB Variations
Color information
#16124D (or 0x16124D) is known color: Paua. HEX triplet: 16, 12 and 4D. RGB value is (22,18,77). Sum of RGB (Red+Green+Blue) = 22+18+77=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #16124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16124D is #E9EDB2. Grayscale: #191919. Windows color (decimal): -15330739 or 5050902. OLE color: 5050902.
HSL color Cylindrical-coordinate representation of color #16124D: hue angle of 244.07º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16124D is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 18 | 77 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.70 |
| HSL | 244.07º | 0.62% | 0.19% | - |
| HSV(B) | 244.07º | 0.77% | 0.3% | - |
| XYZ | 1.89 | 1.14 | 7.14 | - |
| YUV | 25.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 77 | 0.71 | 0.77 | 0 | 0.70 | 244.07 | 0.62 | 0.19 |
| Hex | 16 | 12 | 4D | 47 | 4D | 0 | 46 | F4 | 3E | 13 |
| Octal | 26 | 22 | 115 | 107 | 115 | 0 | 106 | 364 | 76 | 23 |
| Binary | 10110 | 10010 | 1001101 | 1000111 | 1001101 | 0 | 1000110 | 11110100 | 111110 | 10011 |
Color Harmonies of #16124D
Complementary color
Monochromatic Colors of #16124D
Black with #16124D
Text Example
Text Example
White with #16124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16124D; }
p { color: rgb(22,18,77); }
H1.HeaderClassName
{
color: #16124D;
}
.AnyTagClassName
{
color: #16124D;
}
</style>
background-color css
<style>
a { background-color: #16124D; }
a { background-color: rgb(22,18,77); }
div.DivClassName
{
background-color: #16124D;
}
.BgClassName
{
background-color: #16124D;
}
</style>
border-color css
<style>
span { border-color: #16124D; }
span { border-color: rgb(22,18,77); }
td.TdClassName
{
border-color: #16124D;
}
.TagClassName
{
border-color: #16124D;
}
</style>