Shades of Paua #160E54
Tints of Paua #160E54
RGB
CMYK
RGB Variations
Color information
#160E54 (or 0x160E54) is known color: Paua. HEX triplet: 16, 0E and 54. RGB value is (22,14,84). Sum of RGB (Red+Green+Blue) = 22+14+84=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #160E54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E54 is #E9F1AB. Grayscale: #181818. Windows color (decimal): -15331756 or 5508630. OLE color: 5508630.
HSL color Cylindrical-coordinate representation of color #160E54: hue angle of 246.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #160E54 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 14 | 84 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.67 |
| HSL | 246.86º | 0.71% | 0.19% | - |
| HSV(B) | 246.86º | 0.83% | 0.33% | - |
| XYZ | 2.09 | 1.12 | 8.49 | - |
| YUV | 24.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 14 | 84 | 0.74 | 0.83 | 0 | 0.67 | 246.86 | 0.71 | 0.19 |
| Hex | 16 | E | 54 | 4A | 53 | 0 | 43 | F7 | 47 | 13 |
| Octal | 26 | 16 | 124 | 112 | 123 | 0 | 103 | 367 | 107 | 23 |
| Binary | 10110 | 1110 | 1010100 | 1001010 | 1010011 | 0 | 1000011 | 11110111 | 1000111 | 10011 |
Color Harmonies of #160E54
Complementary color
Monochromatic Colors of #160E54
Black with #160E54
Text Example
Text Example
White with #160E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160E54; }
p { color: rgb(22,14,84); }
H1.HeaderClassName
{
color: #160E54;
}
.AnyTagClassName
{
color: #160E54;
}
</style>
background-color css
<style>
a { background-color: #160E54; }
a { background-color: rgb(22,14,84); }
div.DivClassName
{
background-color: #160E54;
}
.BgClassName
{
background-color: #160E54;
}
</style>
border-color css
<style>
span { border-color: #160E54; }
span { border-color: rgb(22,14,84); }
td.TdClassName
{
border-color: #160E54;
}
.TagClassName
{
border-color: #160E54;
}
</style>