Shades of Paua #170851
Tints of Paua #170851
RGB
CMYK
RGB Variations
Color information
#170851 (or 0x170851) is known color: Paua. HEX triplet: 17, 08 and 51. RGB value is (23,8,81). Sum of RGB (Red+Green+Blue) = 23+8+81=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #170851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170851 is #E8F7AE. Grayscale: #141414. Windows color (decimal): -15267759 or 5310487. OLE color: 5310487.
HSL color Cylindrical-coordinate representation of color #170851: hue angle of 252.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170851 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 8 | 81 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.68 |
| HSL | 252.33º | 0.82% | 0.17% | - |
| HSV(B) | 252.33º | 0.9% | 0.32% | - |
| XYZ | 1.93 | 0.95 | 7.87 | - |
| YUV | 20.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 81 | 0.72 | 0.90 | 0 | 0.68 | 252.33 | 0.82 | 0.17 |
| Hex | 17 | 8 | 51 | 48 | 5A | 0 | 44 | FC | 52 | 11 |
| Octal | 27 | 10 | 121 | 110 | 132 | 0 | 104 | 374 | 122 | 21 |
| Binary | 10111 | 1000 | 1010001 | 1001000 | 1011010 | 0 | 1000100 | 11111100 | 1010010 | 10001 |
Color Harmonies of #170851
Complementary color
Monochromatic Colors of #170851
Black with #170851
Text Example
Text Example
White with #170851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170851; }
p { color: rgb(23,8,81); }
H1.HeaderClassName
{
color: #170851;
}
.AnyTagClassName
{
color: #170851;
}
</style>
background-color css
<style>
a { background-color: #170851; }
a { background-color: rgb(23,8,81); }
div.DivClassName
{
background-color: #170851;
}
.BgClassName
{
background-color: #170851;
}
</style>
border-color css
<style>
span { border-color: #170851; }
span { border-color: rgb(23,8,81); }
td.TdClassName
{
border-color: #170851;
}
.TagClassName
{
border-color: #170851;
}
</style>