Shades of Paua #161153
Tints of Paua #161153
RGB
CMYK
RGB Variations
Color information
#161153 (or 0x161153) is known color: Paua. HEX triplet: 16, 11 and 53. RGB value is (22,17,83). Sum of RGB (Red+Green+Blue) = 22+17+83=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #161153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161153 is #E9EEAC. Grayscale: #191919. Windows color (decimal): -15330989 or 5443862. OLE color: 5443862.
HSL color Cylindrical-coordinate representation of color #161153: hue angle of 244.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161153 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 17 | 83 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.67 |
| HSL | 244.55º | 0.66% | 0.2% | - |
| HSV(B) | 244.55º | 0.8% | 0.33% | - |
| XYZ | 2.09 | 1.2 | 8.3 | - |
| YUV | 26.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 83 | 0.73 | 0.80 | 0 | 0.67 | 244.55 | 0.66 | 0.2 |
| Hex | 16 | 11 | 53 | 49 | 50 | 0 | 43 | F5 | 42 | 14 |
| Octal | 26 | 21 | 123 | 111 | 120 | 0 | 103 | 365 | 102 | 24 |
| Binary | 10110 | 10001 | 1010011 | 1001001 | 1010000 | 0 | 1000011 | 11110101 | 1000010 | 10100 |
Color Harmonies of #161153
Complementary color
Monochromatic Colors of #161153
Black with #161153
Text Example
Text Example
White with #161153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161153; }
p { color: rgb(22,17,83); }
H1.HeaderClassName
{
color: #161153;
}
.AnyTagClassName
{
color: #161153;
}
</style>
background-color css
<style>
a { background-color: #161153; }
a { background-color: rgb(22,17,83); }
div.DivClassName
{
background-color: #161153;
}
.BgClassName
{
background-color: #161153;
}
</style>
border-color css
<style>
span { border-color: #161153; }
span { border-color: rgb(22,17,83); }
td.TdClassName
{
border-color: #161153;
}
.TagClassName
{
border-color: #161153;
}
</style>