Shades of Paua #16154D
Tints of Paua #16154D
RGB
CMYK
RGB Variations
Color information
#16154D (or 0x16154D) is known color: Paua. HEX triplet: 16, 15 and 4D. RGB value is (22,21,77). Sum of RGB (Red+Green+Blue) = 22+21+77=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #16154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16154D is #E9EAB2. Grayscale: #1B1B1B. Windows color (decimal): -15329971 or 5051670. OLE color: 5051670.
HSL color Cylindrical-coordinate representation of color #16154D: hue angle of 241.07º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16154D is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 21 | 77 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.70 |
| HSL | 241.07º | 0.57% | 0.19% | - |
| HSV(B) | 241.07º | 0.73% | 0.3% | - |
| XYZ | 1.94 | 1.24 | 7.16 | - |
| YUV | 27.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 77 | 0.71 | 0.73 | 0 | 0.70 | 241.07 | 0.57 | 0.19 |
| Hex | 16 | 15 | 4D | 47 | 49 | 0 | 46 | F1 | 39 | 13 |
| Octal | 26 | 25 | 115 | 107 | 111 | 0 | 106 | 361 | 71 | 23 |
| Binary | 10110 | 10101 | 1001101 | 1000111 | 1001001 | 0 | 1000110 | 11110001 | 111001 | 10011 |
Color Harmonies of #16154D
Complementary color
Monochromatic Colors of #16154D
Black with #16154D
Text Example
Text Example
White with #16154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16154D; }
p { color: rgb(22,21,77); }
H1.HeaderClassName
{
color: #16154D;
}
.AnyTagClassName
{
color: #16154D;
}
</style>
background-color css
<style>
a { background-color: #16154D; }
a { background-color: rgb(22,21,77); }
div.DivClassName
{
background-color: #16154D;
}
.BgClassName
{
background-color: #16154D;
}
</style>
border-color css
<style>
span { border-color: #16154D; }
span { border-color: rgb(22,21,77); }
td.TdClassName
{
border-color: #16154D;
}
.TagClassName
{
border-color: #16154D;
}
</style>