Shades of Paua #161550
Tints of Paua #161550
RGB
CMYK
RGB Variations
Color information
#161550 (or 0x161550) is known color: Paua. HEX triplet: 16, 15 and 50. RGB value is (22,21,80). Sum of RGB (Red+Green+Blue) = 22+21+80=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #161550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161550 is #E9EAAF. Grayscale: #1B1B1B. Windows color (decimal): -15329968 or 5248278. OLE color: 5248278.
HSL color Cylindrical-coordinate representation of color #161550: hue angle of 241.02º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161550 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 21 | 80 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.69 |
| HSL | 241.02º | 0.58% | 0.2% | - |
| HSV(B) | 241.02º | 0.74% | 0.31% | - |
| XYZ | 2.05 | 1.29 | 7.73 | - |
| YUV | 28.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 80 | 0.72 | 0.74 | 0 | 0.69 | 241.02 | 0.58 | 0.2 |
| Hex | 16 | 15 | 50 | 48 | 4A | 0 | 45 | F1 | 3A | 14 |
| Octal | 26 | 25 | 120 | 110 | 112 | 0 | 105 | 361 | 72 | 24 |
| Binary | 10110 | 10101 | 1010000 | 1001000 | 1001010 | 0 | 1000101 | 11110001 | 111010 | 10100 |
Color Harmonies of #161550
Complementary color
Monochromatic Colors of #161550
Black with #161550
Text Example
Text Example
White with #161550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161550; }
p { color: rgb(22,21,80); }
H1.HeaderClassName
{
color: #161550;
}
.AnyTagClassName
{
color: #161550;
}
</style>
background-color css
<style>
a { background-color: #161550; }
a { background-color: rgb(22,21,80); }
div.DivClassName
{
background-color: #161550;
}
.BgClassName
{
background-color: #161550;
}
</style>
border-color css
<style>
span { border-color: #161550; }
span { border-color: rgb(22,21,80); }
td.TdClassName
{
border-color: #161550;
}
.TagClassName
{
border-color: #161550;
}
</style>