Shades of Paua #161955
Tints of Paua #161955
RGB
CMYK
RGB Variations
Color information
#161955 (or 0x161955) is known color: Paua. HEX triplet: 16, 19 and 55. RGB value is (22,25,85). Sum of RGB (Red+Green+Blue) = 22+25+85=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #161955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161955 is #E9E6AA. Grayscale: #1E1E1E. Windows color (decimal): -15328939 or 5576982. OLE color: 5576982.
HSL color Cylindrical-coordinate representation of color #161955: hue angle of 237.14º degrees, saturation: 0.59, 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 #161955 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 25 | 85 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.67 |
| HSL | 237.14º | 0.59% | 0.21% | - |
| HSV(B) | 237.14º | 0.74% | 0.33% | - |
| XYZ | 2.32 | 1.52 | 8.77 | - |
| YUV | 30.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 85 | 0.74 | 0.71 | 0 | 0.67 | 237.14 | 0.59 | 0.21 |
| Hex | 16 | 19 | 55 | 4A | 47 | 0 | 43 | ED | 3B | 15 |
| Octal | 26 | 31 | 125 | 112 | 107 | 0 | 103 | 355 | 73 | 25 |
| Binary | 10110 | 11001 | 1010101 | 1001010 | 1000111 | 0 | 1000011 | 11101101 | 111011 | 10101 |
Color Harmonies of #161955
Complementary color
Monochromatic Colors of #161955
Black with #161955
Text Example
Text Example
White with #161955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161955; }
p { color: rgb(22,25,85); }
H1.HeaderClassName
{
color: #161955;
}
.AnyTagClassName
{
color: #161955;
}
</style>
background-color css
<style>
a { background-color: #161955; }
a { background-color: rgb(22,25,85); }
div.DivClassName
{
background-color: #161955;
}
.BgClassName
{
background-color: #161955;
}
</style>
border-color css
<style>
span { border-color: #161955; }
span { border-color: rgb(22,25,85); }
td.TdClassName
{
border-color: #161955;
}
.TagClassName
{
border-color: #161955;
}
</style>