Shades of Paua #171547
Tints of Paua #171547
RGB
CMYK
RGB Variations
Color information
#171547 (or 0x171547) is known color: Paua. HEX triplet: 17, 15 and 47. RGB value is (23,21,71). Sum of RGB (Red+Green+Blue) = 23+21+71=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #171547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171547 is #E8EAB8. Grayscale: #1B1B1B. Windows color (decimal): -15264441 or 4658455. OLE color: 4658455.
HSL color Cylindrical-coordinate representation of color #171547: hue angle of 242.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171547 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 21 | 71 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.72 |
| HSL | 242.4º | 0.54% | 0.18% | - |
| HSV(B) | 242.4º | 0.7% | 0.28% | - |
| XYZ | 1.76 | 1.17 | 6.1 | - |
| YUV | 27.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 71 | 0.68 | 0.70 | 0 | 0.72 | 242.4 | 0.54 | 0.18 |
| Hex | 17 | 15 | 47 | 44 | 46 | 0 | 48 | F2 | 36 | 12 |
| Octal | 27 | 25 | 107 | 104 | 106 | 0 | 110 | 362 | 66 | 22 |
| Binary | 10111 | 10101 | 1000111 | 1000100 | 1000110 | 0 | 1001000 | 11110010 | 110110 | 10010 |
Color Harmonies of #171547
Complementary color
Monochromatic Colors of #171547
Black with #171547
Text Example
Text Example
White with #171547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171547; }
p { color: rgb(23,21,71); }
H1.HeaderClassName
{
color: #171547;
}
.AnyTagClassName
{
color: #171547;
}
</style>
background-color css
<style>
a { background-color: #171547; }
a { background-color: rgb(23,21,71); }
div.DivClassName
{
background-color: #171547;
}
.BgClassName
{
background-color: #171547;
}
</style>
border-color css
<style>
span { border-color: #171547; }
span { border-color: rgb(23,21,71); }
td.TdClassName
{
border-color: #171547;
}
.TagClassName
{
border-color: #171547;
}
</style>