Shades of Paua #161953
Tints of Paua #161953
RGB
CMYK
RGB Variations
Color information
#161953 (or 0x161953) is known color: Paua. HEX triplet: 16, 19 and 53. RGB value is (22,25,83). Sum of RGB (Red+Green+Blue) = 22+25+83=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #161953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161953 is #E9E6AC. Grayscale: #1E1E1E. Windows color (decimal): -15328941 or 5445910. OLE color: 5445910.
HSL color Cylindrical-coordinate representation of color #161953: hue angle of 237.05º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161953 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 25 | 83 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.67 |
| HSL | 237.05º | 0.58% | 0.21% | - |
| HSV(B) | 237.05º | 0.73% | 0.33% | - |
| XYZ | 2.24 | 1.49 | 8.35 | - |
| YUV | 30.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 83 | 0.73 | 0.70 | 0 | 0.67 | 237.05 | 0.58 | 0.21 |
| Hex | 16 | 19 | 53 | 49 | 46 | 0 | 43 | ED | 3A | 15 |
| Octal | 26 | 31 | 123 | 111 | 106 | 0 | 103 | 355 | 72 | 25 |
| Binary | 10110 | 11001 | 1010011 | 1001001 | 1000110 | 0 | 1000011 | 11101101 | 111010 | 10101 |
Color Harmonies of #161953
Complementary color
Monochromatic Colors of #161953
Black with #161953
Text Example
Text Example
White with #161953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161953; }
p { color: rgb(22,25,83); }
H1.HeaderClassName
{
color: #161953;
}
.AnyTagClassName
{
color: #161953;
}
</style>
background-color css
<style>
a { background-color: #161953; }
a { background-color: rgb(22,25,83); }
div.DivClassName
{
background-color: #161953;
}
.BgClassName
{
background-color: #161953;
}
</style>
border-color css
<style>
span { border-color: #161953; }
span { border-color: rgb(22,25,83); }
td.TdClassName
{
border-color: #161953;
}
.TagClassName
{
border-color: #161953;
}
</style>