Shades of Paua #16114F
Tints of Paua #16114F
RGB
CMYK
RGB Variations
Color information
#16114F (or 0x16114F) is known color: Paua. HEX triplet: 16, 11 and 4F. RGB value is (22,17,79). Sum of RGB (Red+Green+Blue) = 22+17+79=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #16114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16114F is #E9EEB0. Grayscale: #191919. Windows color (decimal): -15330993 or 5181718. OLE color: 5181718.
HSL color Cylindrical-coordinate representation of color #16114F: hue angle of 244.84º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16114F is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 17 | 79 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.69 |
| HSL | 244.84º | 0.65% | 0.19% | - |
| HSV(B) | 244.84º | 0.78% | 0.31% | - |
| XYZ | 1.94 | 1.14 | 7.51 | - |
| YUV | 25.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 79 | 0.72 | 0.78 | 0 | 0.69 | 244.84 | 0.65 | 0.19 |
| Hex | 16 | 11 | 4F | 48 | 4E | 0 | 45 | F5 | 41 | 13 |
| Octal | 26 | 21 | 117 | 110 | 116 | 0 | 105 | 365 | 101 | 23 |
| Binary | 10110 | 10001 | 1001111 | 1001000 | 1001110 | 0 | 1000101 | 11110101 | 1000001 | 10011 |
Color Harmonies of #16114F
Complementary color
Monochromatic Colors of #16114F
Black with #16114F
Text Example
Text Example
White with #16114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16114F; }
p { color: rgb(22,17,79); }
H1.HeaderClassName
{
color: #16114F;
}
.AnyTagClassName
{
color: #16114F;
}
</style>
background-color css
<style>
a { background-color: #16114F; }
a { background-color: rgb(22,17,79); }
div.DivClassName
{
background-color: #16114F;
}
.BgClassName
{
background-color: #16114F;
}
</style>
border-color css
<style>
span { border-color: #16114F; }
span { border-color: rgb(22,17,79); }
td.TdClassName
{
border-color: #16114F;
}
.TagClassName
{
border-color: #16114F;
}
</style>