Shades of Paua #161954
Tints of Paua #161954
RGB
CMYK
RGB Variations
Color information
#161954 (or 0x161954) is known color: Paua. HEX triplet: 16, 19 and 54. RGB value is (22,25,84). Sum of RGB (Red+Green+Blue) = 22+25+84=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #161954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161954 is #E9E6AB. Grayscale: #1E1E1E. Windows color (decimal): -15328940 or 5511446. OLE color: 5511446.
HSL color Cylindrical-coordinate representation of color #161954: hue angle of 237.1º 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 #161954 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 25 | 84 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.67 |
| HSL | 237.1º | 0.58% | 0.21% | - |
| HSV(B) | 237.1º | 0.74% | 0.33% | - |
| XYZ | 2.28 | 1.51 | 8.56 | - |
| YUV | 30.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 84 | 0.74 | 0.70 | 0 | 0.67 | 237.1 | 0.58 | 0.21 |
| Hex | 16 | 19 | 54 | 4A | 46 | 0 | 43 | ED | 3A | 15 |
| Octal | 26 | 31 | 124 | 112 | 106 | 0 | 103 | 355 | 72 | 25 |
| Binary | 10110 | 11001 | 1010100 | 1001010 | 1000110 | 0 | 1000011 | 11101101 | 111010 | 10101 |
Color Harmonies of #161954
Complementary color
Monochromatic Colors of #161954
Black with #161954
Text Example
Text Example
White with #161954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161954; }
p { color: rgb(22,25,84); }
H1.HeaderClassName
{
color: #161954;
}
.AnyTagClassName
{
color: #161954;
}
</style>
background-color css
<style>
a { background-color: #161954; }
a { background-color: rgb(22,25,84); }
div.DivClassName
{
background-color: #161954;
}
.BgClassName
{
background-color: #161954;
}
</style>
border-color css
<style>
span { border-color: #161954; }
span { border-color: rgb(22,25,84); }
td.TdClassName
{
border-color: #161954;
}
.TagClassName
{
border-color: #161954;
}
</style>