Shades of Paua #170B49
Tints of Paua #170B49
RGB
CMYK
RGB Variations
Color information
#170B49 (or 0x170B49) is known color: Paua. HEX triplet: 17, 0B and 49. RGB value is (23,11,73). Sum of RGB (Red+Green+Blue) = 23+11+73=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #170B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170B49 is #E8F4B6. Grayscale: #151515. Windows color (decimal): -15266999 or 4786967. OLE color: 4786967.
HSL color Cylindrical-coordinate representation of color #170B49: hue angle of 251.61º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #170B49 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 11 | 73 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.71 |
| HSL | 251.61º | 0.74% | 0.16% | - |
| HSV(B) | 251.61º | 0.85% | 0.29% | - |
| XYZ | 1.68 | 0.9 | 6.39 | - |
| YUV | 21.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 73 | 0.68 | 0.85 | 0 | 0.71 | 251.61 | 0.74 | 0.16 |
| Hex | 17 | B | 49 | 44 | 55 | 0 | 47 | FC | 4A | 10 |
| Octal | 27 | 13 | 111 | 104 | 125 | 0 | 107 | 374 | 112 | 20 |
| Binary | 10111 | 1011 | 1001001 | 1000100 | 1010101 | 0 | 1000111 | 11111100 | 1001010 | 10000 |
Color Harmonies of #170B49
Complementary color
Monochromatic Colors of #170B49
Black with #170B49
Text Example
Text Example
White with #170B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B49; }
p { color: rgb(23,11,73); }
H1.HeaderClassName
{
color: #170B49;
}
.AnyTagClassName
{
color: #170B49;
}
</style>
background-color css
<style>
a { background-color: #170B49; }
a { background-color: rgb(23,11,73); }
div.DivClassName
{
background-color: #170B49;
}
.BgClassName
{
background-color: #170B49;
}
</style>
border-color css
<style>
span { border-color: #170B49; }
span { border-color: rgb(23,11,73); }
td.TdClassName
{
border-color: #170B49;
}
.TagClassName
{
border-color: #170B49;
}
</style>