Shades of Paua #171150
Tints of Paua #171150
RGB
CMYK
RGB Variations
Color information
#171150 (or 0x171150) is known color: Paua. HEX triplet: 17, 11 and 50. RGB value is (23,17,80). Sum of RGB (Red+Green+Blue) = 23+17+80=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #171150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171150 is #E8EEAF. Grayscale: #191919. Windows color (decimal): -15265456 or 5247255. OLE color: 5247255.
HSL color Cylindrical-coordinate representation of color #171150: hue angle of 245.71º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #171150 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 17 | 80 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.69 |
| HSL | 245.71º | 0.65% | 0.19% | - |
| HSV(B) | 245.71º | 0.79% | 0.31% | - |
| XYZ | 2 | 1.16 | 7.71 | - |
| YUV | 25.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 80 | 0.71 | 0.79 | 0 | 0.69 | 245.71 | 0.65 | 0.19 |
| Hex | 17 | 11 | 50 | 47 | 4F | 0 | 45 | F6 | 41 | 13 |
| Octal | 27 | 21 | 120 | 107 | 117 | 0 | 105 | 366 | 101 | 23 |
| Binary | 10111 | 10001 | 1010000 | 1000111 | 1001111 | 0 | 1000101 | 11110110 | 1000001 | 10011 |
Color Harmonies of #171150
Complementary color
Monochromatic Colors of #171150
Black with #171150
Text Example
Text Example
White with #171150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171150; }
p { color: rgb(23,17,80); }
H1.HeaderClassName
{
color: #171150;
}
.AnyTagClassName
{
color: #171150;
}
</style>
background-color css
<style>
a { background-color: #171150; }
a { background-color: rgb(23,17,80); }
div.DivClassName
{
background-color: #171150;
}
.BgClassName
{
background-color: #171150;
}
</style>
border-color css
<style>
span { border-color: #171150; }
span { border-color: rgb(23,17,80); }
td.TdClassName
{
border-color: #171150;
}
.TagClassName
{
border-color: #171150;
}
</style>