Shades of Paua #160F50
Tints of Paua #160F50
RGB
CMYK
RGB Variations
Color information
#160F50 (or 0x160F50) is known color: Paua. HEX triplet: 16, 0F and 50. RGB value is (22,15,80). Sum of RGB (Red+Green+Blue) = 22+15+80=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #160F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F50 is #E9F0AF. Grayscale: #181818. Windows color (decimal): -15331504 or 5246742. OLE color: 5246742.
HSL color Cylindrical-coordinate representation of color #160F50: hue angle of 246.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #160F50 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 15 | 80 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.69 |
| HSL | 246.46º | 0.68% | 0.19% | - |
| HSV(B) | 246.46º | 0.81% | 0.31% | - |
| XYZ | 1.95 | 1.09 | 7.7 | - |
| YUV | 24.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 80 | 0.72 | 0.81 | 0 | 0.69 | 246.46 | 0.68 | 0.19 |
| Hex | 16 | F | 50 | 48 | 51 | 0 | 45 | F6 | 44 | 13 |
| Octal | 26 | 17 | 120 | 110 | 121 | 0 | 105 | 366 | 104 | 23 |
| Binary | 10110 | 1111 | 1010000 | 1001000 | 1010001 | 0 | 1000101 | 11110110 | 1000100 | 10011 |
Color Harmonies of #160F50
Complementary color
Monochromatic Colors of #160F50
Black with #160F50
Text Example
Text Example
White with #160F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160F50; }
p { color: rgb(22,15,80); }
H1.HeaderClassName
{
color: #160F50;
}
.AnyTagClassName
{
color: #160F50;
}
</style>
background-color css
<style>
a { background-color: #160F50; }
a { background-color: rgb(22,15,80); }
div.DivClassName
{
background-color: #160F50;
}
.BgClassName
{
background-color: #160F50;
}
</style>
border-color css
<style>
span { border-color: #160F50; }
span { border-color: rgb(22,15,80); }
td.TdClassName
{
border-color: #160F50;
}
.TagClassName
{
border-color: #160F50;
}
</style>