Shades of Paua #171250
Tints of Paua #171250
RGB
CMYK
RGB Variations
Color information
#171250 (or 0x171250) is known color: Paua. HEX triplet: 17, 12 and 50. RGB value is (23,18,80). Sum of RGB (Red+Green+Blue) = 23+18+80=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #171250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171250 is #E8EDAF. Grayscale: #1A1A1A. Windows color (decimal): -15265200 or 5247511. OLE color: 5247511.
HSL color Cylindrical-coordinate representation of color #171250: hue angle of 244.84º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #171250 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 18 | 80 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.69 |
| HSL | 244.84º | 0.63% | 0.19% | - |
| HSV(B) | 244.84º | 0.78% | 0.31% | - |
| XYZ | 2.02 | 1.19 | 7.71 | - |
| YUV | 26.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 80 | 0.71 | 0.78 | 0 | 0.69 | 244.84 | 0.63 | 0.19 |
| Hex | 17 | 12 | 50 | 47 | 4E | 0 | 45 | F5 | 3F | 13 |
| Octal | 27 | 22 | 120 | 107 | 116 | 0 | 105 | 365 | 77 | 23 |
| Binary | 10111 | 10010 | 1010000 | 1000111 | 1001110 | 0 | 1000101 | 11110101 | 111111 | 10011 |
Color Harmonies of #171250
Complementary color
Monochromatic Colors of #171250
Black with #171250
Text Example
Text Example
White with #171250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171250; }
p { color: rgb(23,18,80); }
H1.HeaderClassName
{
color: #171250;
}
.AnyTagClassName
{
color: #171250;
}
</style>
background-color css
<style>
a { background-color: #171250; }
a { background-color: rgb(23,18,80); }
div.DivClassName
{
background-color: #171250;
}
.BgClassName
{
background-color: #171250;
}
</style>
border-color css
<style>
span { border-color: #171250; }
span { border-color: rgb(23,18,80); }
td.TdClassName
{
border-color: #171250;
}
.TagClassName
{
border-color: #171250;
}
</style>