Shades of Paua #16104C
Tints of Paua #16104C
RGB
CMYK
RGB Variations
Color information
#16104C (or 0x16104C) is known color: Paua. HEX triplet: 16, 10 and 4C. RGB value is (22,16,76). Sum of RGB (Red+Green+Blue) = 22+16+76=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #16104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16104C is #E9EFB3. Grayscale: #181818. Windows color (decimal): -15331252 or 4984854. OLE color: 4984854.
HSL color Cylindrical-coordinate representation of color #16104C: hue angle of 246º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16104C is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 16 | 76 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.70 |
| HSL | 246º | 0.65% | 0.18% | - |
| HSV(B) | 246º | 0.79% | 0.3% | - |
| XYZ | 1.82 | 1.06 | 6.95 | - |
| YUV | 24.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 76 | 0.71 | 0.79 | 0 | 0.70 | 246 | 0.65 | 0.18 |
| Hex | 16 | 10 | 4C | 47 | 4F | 0 | 46 | F6 | 41 | 12 |
| Octal | 26 | 20 | 114 | 107 | 117 | 0 | 106 | 366 | 101 | 22 |
| Binary | 10110 | 10000 | 1001100 | 1000111 | 1001111 | 0 | 1000110 | 11110110 | 1000001 | 10010 |
Color Harmonies of #16104C
Complementary color
Monochromatic Colors of #16104C
Black with #16104C
Text Example
Text Example
White with #16104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16104C; }
p { color: rgb(22,16,76); }
H1.HeaderClassName
{
color: #16104C;
}
.AnyTagClassName
{
color: #16104C;
}
</style>
background-color css
<style>
a { background-color: #16104C; }
a { background-color: rgb(22,16,76); }
div.DivClassName
{
background-color: #16104C;
}
.BgClassName
{
background-color: #16104C;
}
</style>
border-color css
<style>
span { border-color: #16104C; }
span { border-color: rgb(22,16,76); }
td.TdClassName
{
border-color: #16104C;
}
.TagClassName
{
border-color: #16104C;
}
</style>