Shades of Paua #161451
Tints of Paua #161451
RGB
CMYK
RGB Variations
Color information
#161451 (or 0x161451) is known color: Paua. HEX triplet: 16, 14 and 51. RGB value is (22,20,81). Sum of RGB (Red+Green+Blue) = 22+20+81=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #161451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161451 is #E9EBAE. Grayscale: #1B1B1B. Windows color (decimal): -15330223 or 5313558. OLE color: 5313558.
HSL color Cylindrical-coordinate representation of color #161451: hue angle of 241.97º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161451 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 20 | 81 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.68 |
| HSL | 241.97º | 0.6% | 0.2% | - |
| HSV(B) | 241.97º | 0.75% | 0.32% | - |
| XYZ | 2.07 | 1.26 | 7.92 | - |
| YUV | 27.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 81 | 0.73 | 0.75 | 0 | 0.68 | 241.97 | 0.6 | 0.2 |
| Hex | 16 | 14 | 51 | 49 | 4B | 0 | 44 | F2 | 3C | 14 |
| Octal | 26 | 24 | 121 | 111 | 113 | 0 | 104 | 362 | 74 | 24 |
| Binary | 10110 | 10100 | 1010001 | 1001001 | 1001011 | 0 | 1000100 | 11110010 | 111100 | 10100 |
Color Harmonies of #161451
Complementary color
Monochromatic Colors of #161451
Black with #161451
Text Example
Text Example
White with #161451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161451; }
p { color: rgb(22,20,81); }
H1.HeaderClassName
{
color: #161451;
}
.AnyTagClassName
{
color: #161451;
}
</style>
background-color css
<style>
a { background-color: #161451; }
a { background-color: rgb(22,20,81); }
div.DivClassName
{
background-color: #161451;
}
.BgClassName
{
background-color: #161451;
}
</style>
border-color css
<style>
span { border-color: #161451; }
span { border-color: rgb(22,20,81); }
td.TdClassName
{
border-color: #161451;
}
.TagClassName
{
border-color: #161451;
}
</style>