Shades of Paua #161554
Tints of Paua #161554
RGB
CMYK
RGB Variations
Color information
#161554 (or 0x161554) is known color: Paua. HEX triplet: 16, 15 and 54. RGB value is (22,21,84). Sum of RGB (Red+Green+Blue) = 22+21+84=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #161554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161554 is #E9EAAB. Grayscale: #1C1C1C. Windows color (decimal): -15329964 or 5510422. OLE color: 5510422.
HSL color Cylindrical-coordinate representation of color #161554: hue angle of 240.95º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161554 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 21 | 84 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.67 |
| HSL | 240.95º | 0.6% | 0.21% | - |
| HSV(B) | 240.95º | 0.75% | 0.33% | - |
| XYZ | 2.2 | 1.35 | 8.53 | - |
| YUV | 28.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 84 | 0.74 | 0.75 | 0 | 0.67 | 240.95 | 0.6 | 0.21 |
| Hex | 16 | 15 | 54 | 4A | 4B | 0 | 43 | F1 | 3C | 15 |
| Octal | 26 | 25 | 124 | 112 | 113 | 0 | 103 | 361 | 74 | 25 |
| Binary | 10110 | 10101 | 1010100 | 1001010 | 1001011 | 0 | 1000011 | 11110001 | 111100 | 10101 |
Color Harmonies of #161554
Complementary color
Monochromatic Colors of #161554
Black with #161554
Text Example
Text Example
White with #161554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161554; }
p { color: rgb(22,21,84); }
H1.HeaderClassName
{
color: #161554;
}
.AnyTagClassName
{
color: #161554;
}
</style>
background-color css
<style>
a { background-color: #161554; }
a { background-color: rgb(22,21,84); }
div.DivClassName
{
background-color: #161554;
}
.BgClassName
{
background-color: #161554;
}
</style>
border-color css
<style>
span { border-color: #161554; }
span { border-color: rgb(22,21,84); }
td.TdClassName
{
border-color: #161554;
}
.TagClassName
{
border-color: #161554;
}
</style>