Shades of Paua #16174F
Tints of Paua #16174F
RGB
CMYK
RGB Variations
Color information
#16174F (or 0x16174F) is known color: Paua. HEX triplet: 16, 17 and 4F. RGB value is (22,23,79). Sum of RGB (Red+Green+Blue) = 22+23+79=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #16174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16174F is #E9E8B0. Grayscale: #1C1C1C. Windows color (decimal): -15329457 or 5183254. OLE color: 5183254.
HSL color Cylindrical-coordinate representation of color #16174F: hue angle of 238.95º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16174F is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 23 | 79 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.69 |
| HSL | 238.95º | 0.56% | 0.2% | - |
| HSV(B) | 238.95º | 0.72% | 0.31% | - |
| XYZ | 2.05 | 1.35 | 7.55 | - |
| YUV | 29.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 79 | 0.72 | 0.71 | 0 | 0.69 | 238.95 | 0.56 | 0.2 |
| Hex | 16 | 17 | 4F | 48 | 47 | 0 | 45 | EF | 38 | 14 |
| Octal | 26 | 27 | 117 | 110 | 107 | 0 | 105 | 357 | 70 | 24 |
| Binary | 10110 | 10111 | 1001111 | 1001000 | 1000111 | 0 | 1000101 | 11101111 | 111000 | 10100 |
Color Harmonies of #16174F
Complementary color
Monochromatic Colors of #16174F
Black with #16174F
Text Example
Text Example
White with #16174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16174F; }
p { color: rgb(22,23,79); }
H1.HeaderClassName
{
color: #16174F;
}
.AnyTagClassName
{
color: #16174F;
}
</style>
background-color css
<style>
a { background-color: #16174F; }
a { background-color: rgb(22,23,79); }
div.DivClassName
{
background-color: #16174F;
}
.BgClassName
{
background-color: #16174F;
}
</style>
border-color css
<style>
span { border-color: #16174F; }
span { border-color: rgb(22,23,79); }
td.TdClassName
{
border-color: #16174F;
}
.TagClassName
{
border-color: #16174F;
}
</style>