Shades of Paua #16104E
Tints of Paua #16104E
RGB
CMYK
RGB Variations
Color information
#16104E (or 0x16104E) is known color: Paua. HEX triplet: 16, 10 and 4E. RGB value is (22,16,78). Sum of RGB (Red+Green+Blue) = 22+16+78=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #16104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16104E is #E9EFB1. Grayscale: #181818. Windows color (decimal): -15331250 or 5115926. OLE color: 5115926.
HSL color Cylindrical-coordinate representation of color #16104E: hue angle of 245.81º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16104E is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 16 | 78 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.69 |
| HSL | 245.81º | 0.66% | 0.18% | - |
| HSV(B) | 245.81º | 0.79% | 0.31% | - |
| XYZ | 1.89 | 1.09 | 7.32 | - |
| YUV | 24.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 78 | 0.72 | 0.79 | 0 | 0.69 | 245.81 | 0.66 | 0.18 |
| Hex | 16 | 10 | 4E | 48 | 4F | 0 | 45 | F6 | 42 | 12 |
| Octal | 26 | 20 | 116 | 110 | 117 | 0 | 105 | 366 | 102 | 22 |
| Binary | 10110 | 10000 | 1001110 | 1001000 | 1001111 | 0 | 1000101 | 11110110 | 1000010 | 10010 |
Color Harmonies of #16104E
Complementary color
Monochromatic Colors of #16104E
Black with #16104E
Text Example
Text Example
White with #16104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16104E; }
p { color: rgb(22,16,78); }
H1.HeaderClassName
{
color: #16104E;
}
.AnyTagClassName
{
color: #16104E;
}
</style>
background-color css
<style>
a { background-color: #16104E; }
a { background-color: rgb(22,16,78); }
div.DivClassName
{
background-color: #16104E;
}
.BgClassName
{
background-color: #16104E;
}
</style>
border-color css
<style>
span { border-color: #16104E; }
span { border-color: rgb(22,16,78); }
td.TdClassName
{
border-color: #16104E;
}
.TagClassName
{
border-color: #16104E;
}
</style>