Shades of Paua #170D47
Tints of Paua #170D47
RGB
CMYK
RGB Variations
Color information
#170D47 (or 0x170D47) is known color: Paua. HEX triplet: 17, 0D and 47. RGB value is (23,13,71). Sum of RGB (Red+Green+Blue) = 23+13+71=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #170D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D47 is #E8F2B8. Grayscale: #161616. Windows color (decimal): -15266489 or 4656407. OLE color: 4656407.
HSL color Cylindrical-coordinate representation of color #170D47: hue angle of 250.34º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #170D47 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 13 | 71 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.72 |
| HSL | 250.34º | 0.69% | 0.16% | - |
| HSV(B) | 250.34º | 0.82% | 0.28% | - |
| XYZ | 1.63 | 0.92 | 6.05 | - |
| YUV | 22.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 71 | 0.68 | 0.82 | 0 | 0.72 | 250.34 | 0.69 | 0.16 |
| Hex | 17 | D | 47 | 44 | 52 | 0 | 48 | FA | 45 | 10 |
| Octal | 27 | 15 | 107 | 104 | 122 | 0 | 110 | 372 | 105 | 20 |
| Binary | 10111 | 1101 | 1000111 | 1000100 | 1010010 | 0 | 1001000 | 11111010 | 1000101 | 10000 |
Color Harmonies of #170D47
Complementary color
Monochromatic Colors of #170D47
Black with #170D47
Text Example
Text Example
White with #170D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D47; }
p { color: rgb(23,13,71); }
H1.HeaderClassName
{
color: #170D47;
}
.AnyTagClassName
{
color: #170D47;
}
</style>
background-color css
<style>
a { background-color: #170D47; }
a { background-color: rgb(23,13,71); }
div.DivClassName
{
background-color: #170D47;
}
.BgClassName
{
background-color: #170D47;
}
</style>
border-color css
<style>
span { border-color: #170D47; }
span { border-color: rgb(23,13,71); }
td.TdClassName
{
border-color: #170D47;
}
.TagClassName
{
border-color: #170D47;
}
</style>