Shades of Paua #16174D
Tints of Paua #16174D
RGB
CMYK
RGB Variations
Color information
#16174D (or 0x16174D) is known color: Paua. HEX triplet: 16, 17 and 4D. RGB value is (22,23,77). Sum of RGB (Red+Green+Blue) = 22+23+77=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #16174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16174D is #E9E8B2. Grayscale: #1C1C1C. Windows color (decimal): -15329459 or 5052182. OLE color: 5052182.
HSL color Cylindrical-coordinate representation of color #16174D: hue angle of 238.91º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16174D is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 23 | 77 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.70 |
| HSL | 238.91º | 0.56% | 0.19% | - |
| HSV(B) | 238.91º | 0.71% | 0.3% | - |
| XYZ | 1.98 | 1.32 | 7.17 | - |
| YUV | 28.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 77 | 0.71 | 0.70 | 0 | 0.70 | 238.91 | 0.56 | 0.19 |
| Hex | 16 | 17 | 4D | 47 | 46 | 0 | 46 | EF | 38 | 13 |
| Octal | 26 | 27 | 115 | 107 | 106 | 0 | 106 | 357 | 70 | 23 |
| Binary | 10110 | 10111 | 1001101 | 1000111 | 1000110 | 0 | 1000110 | 11101111 | 111000 | 10011 |
Color Harmonies of #16174D
Complementary color
Monochromatic Colors of #16174D
Black with #16174D
Text Example
Text Example
White with #16174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16174D; }
p { color: rgb(22,23,77); }
H1.HeaderClassName
{
color: #16174D;
}
.AnyTagClassName
{
color: #16174D;
}
</style>
background-color css
<style>
a { background-color: #16174D; }
a { background-color: rgb(22,23,77); }
div.DivClassName
{
background-color: #16174D;
}
.BgClassName
{
background-color: #16174D;
}
</style>
border-color css
<style>
span { border-color: #16174D; }
span { border-color: rgb(22,23,77); }
td.TdClassName
{
border-color: #16174D;
}
.TagClassName
{
border-color: #16174D;
}
</style>