Shades of Paua #161548
Tints of Paua #161548
RGB
CMYK
RGB Variations
Color information
#161548 (or 0x161548) is known color: Paua. HEX triplet: 16, 15 and 48. RGB value is (22,21,72). Sum of RGB (Red+Green+Blue) = 22+21+72=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #161548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161548 is #E9EAB7. Grayscale: #1A1A1A. Windows color (decimal): -15329976 or 4723990. OLE color: 4723990.
HSL color Cylindrical-coordinate representation of color #161548: hue angle of 241.18º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #161548 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 21 | 72 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.72 |
| HSL | 241.18º | 0.55% | 0.18% | - |
| HSV(B) | 241.18º | 0.71% | 0.28% | - |
| XYZ | 1.77 | 1.17 | 6.26 | - |
| YUV | 27.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 72 | 0.69 | 0.71 | 0 | 0.72 | 241.18 | 0.55 | 0.18 |
| Hex | 16 | 15 | 48 | 45 | 47 | 0 | 48 | F1 | 37 | 12 |
| Octal | 26 | 25 | 110 | 105 | 107 | 0 | 110 | 361 | 67 | 22 |
| Binary | 10110 | 10101 | 1001000 | 1000101 | 1000111 | 0 | 1001000 | 11110001 | 110111 | 10010 |
Color Harmonies of #161548
Complementary color
Monochromatic Colors of #161548
Black with #161548
Text Example
Text Example
White with #161548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161548; }
p { color: rgb(22,21,72); }
H1.HeaderClassName
{
color: #161548;
}
.AnyTagClassName
{
color: #161548;
}
</style>
background-color css
<style>
a { background-color: #161548; }
a { background-color: rgb(22,21,72); }
div.DivClassName
{
background-color: #161548;
}
.BgClassName
{
background-color: #161548;
}
</style>
border-color css
<style>
span { border-color: #161548; }
span { border-color: rgb(22,21,72); }
td.TdClassName
{
border-color: #161548;
}
.TagClassName
{
border-color: #161548;
}
</style>