Shades of Paua #16134D
Tints of Paua #16134D
RGB
CMYK
RGB Variations
Color information
#16134D (or 0x16134D) is known color: Paua. HEX triplet: 16, 13 and 4D. RGB value is (22,19,77). Sum of RGB (Red+Green+Blue) = 22+19+77=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #16134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16134D is #E9ECB2. Grayscale: #1A1A1A. Windows color (decimal): -15330483 or 5051158. OLE color: 5051158.
HSL color Cylindrical-coordinate representation of color #16134D: hue angle of 243.1º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16134D is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 19 | 77 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.70 |
| HSL | 243.1º | 0.6% | 0.19% | - |
| HSV(B) | 243.1º | 0.75% | 0.3% | - |
| XYZ | 1.9 | 1.17 | 7.15 | - |
| YUV | 26.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 77 | 0.71 | 0.75 | 0 | 0.70 | 243.1 | 0.6 | 0.19 |
| Hex | 16 | 13 | 4D | 47 | 4B | 0 | 46 | F3 | 3C | 13 |
| Octal | 26 | 23 | 115 | 107 | 113 | 0 | 106 | 363 | 74 | 23 |
| Binary | 10110 | 10011 | 1001101 | 1000111 | 1001011 | 0 | 1000110 | 11110011 | 111100 | 10011 |
Color Harmonies of #16134D
Complementary color
Monochromatic Colors of #16134D
Black with #16134D
Text Example
Text Example
White with #16134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16134D; }
p { color: rgb(22,19,77); }
H1.HeaderClassName
{
color: #16134D;
}
.AnyTagClassName
{
color: #16134D;
}
</style>
background-color css
<style>
a { background-color: #16134D; }
a { background-color: rgb(22,19,77); }
div.DivClassName
{
background-color: #16134D;
}
.BgClassName
{
background-color: #16134D;
}
</style>
border-color css
<style>
span { border-color: #16134D; }
span { border-color: rgb(22,19,77); }
td.TdClassName
{
border-color: #16134D;
}
.TagClassName
{
border-color: #16134D;
}
</style>