Shades of Paua #161654
Tints of Paua #161654
RGB
CMYK
RGB Variations
Color information
#161654 (or 0x161654) is known color: Paua. HEX triplet: 16, 16 and 54. RGB value is (22,22,84). Sum of RGB (Red+Green+Blue) = 22+22+84=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #161654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161654 is #E9E9AB. Grayscale: #1C1C1C. Windows color (decimal): -15329708 or 5510678. OLE color: 5510678.
HSL color Cylindrical-coordinate representation of color #161654: hue angle of 240º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161654 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 22 | 84 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.67 |
| HSL | 240º | 0.58% | 0.21% | - |
| HSV(B) | 240º | 0.74% | 0.33% | - |
| XYZ | 2.22 | 1.38 | 8.54 | - |
| YUV | 29.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 84 | 0.74 | 0.74 | 0 | 0.67 | 240 | 0.58 | 0.21 |
| Hex | 16 | 16 | 54 | 4A | 4A | 0 | 43 | F0 | 3A | 15 |
| Octal | 26 | 26 | 124 | 112 | 112 | 0 | 103 | 360 | 72 | 25 |
| Binary | 10110 | 10110 | 1010100 | 1001010 | 1001010 | 0 | 1000011 | 11110000 | 111010 | 10101 |
Color Harmonies of #161654
Complementary color
Monochromatic Colors of #161654
Black with #161654
Text Example
Text Example
White with #161654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161654; }
p { color: rgb(22,22,84); }
H1.HeaderClassName
{
color: #161654;
}
.AnyTagClassName
{
color: #161654;
}
</style>
background-color css
<style>
a { background-color: #161654; }
a { background-color: rgb(22,22,84); }
div.DivClassName
{
background-color: #161654;
}
.BgClassName
{
background-color: #161654;
}
</style>
border-color css
<style>
span { border-color: #161654; }
span { border-color: rgb(22,22,84); }
td.TdClassName
{
border-color: #161654;
}
.TagClassName
{
border-color: #161654;
}
</style>