Shades of Paua #170F49
Tints of Paua #170F49
RGB
CMYK
RGB Variations
Color information
#170F49 (or 0x170F49) is known color: Paua. HEX triplet: 17, 0F and 49. RGB value is (23,15,73). Sum of RGB (Red+Green+Blue) = 23+15+73=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #170F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170F49 is #E8F0B6. Grayscale: #171717. Windows color (decimal): -15265975 or 4787991. OLE color: 4787991.
HSL color Cylindrical-coordinate representation of color #170F49: hue angle of 248.28º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #170F49 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 15 | 73 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.71 |
| HSL | 248.28º | 0.66% | 0.17% | - |
| HSV(B) | 248.28º | 0.79% | 0.29% | - |
| XYZ | 1.73 | 1 | 6.41 | - |
| YUV | 24 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 73 | 0.68 | 0.79 | 0 | 0.71 | 248.28 | 0.66 | 0.17 |
| Hex | 17 | F | 49 | 44 | 4F | 0 | 47 | F8 | 42 | 11 |
| Octal | 27 | 17 | 111 | 104 | 117 | 0 | 107 | 370 | 102 | 21 |
| Binary | 10111 | 1111 | 1001001 | 1000100 | 1001111 | 0 | 1000111 | 11111000 | 1000010 | 10001 |
Color Harmonies of #170F49
Complementary color
Monochromatic Colors of #170F49
Black with #170F49
Text Example
Text Example
White with #170F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F49; }
p { color: rgb(23,15,73); }
H1.HeaderClassName
{
color: #170F49;
}
.AnyTagClassName
{
color: #170F49;
}
</style>
background-color css
<style>
a { background-color: #170F49; }
a { background-color: rgb(23,15,73); }
div.DivClassName
{
background-color: #170F49;
}
.BgClassName
{
background-color: #170F49;
}
</style>
border-color css
<style>
span { border-color: #170F49; }
span { border-color: rgb(23,15,73); }
td.TdClassName
{
border-color: #170F49;
}
.TagClassName
{
border-color: #170F49;
}
</style>