Shades of Paua #170B51
Tints of Paua #170B51
RGB
CMYK
RGB Variations
Color information
#170B51 (or 0x170B51) is known color: Paua. HEX triplet: 17, 0B and 51. RGB value is (23,11,81). Sum of RGB (Red+Green+Blue) = 23+11+81=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #170B51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170B51 is #E8F4AE. Grayscale: #161616. Windows color (decimal): -15266991 or 5311255. OLE color: 5311255.
HSL color Cylindrical-coordinate representation of color #170B51: hue angle of 250.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #170B51 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 11 | 81 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.68 |
| HSL | 250.29º | 0.76% | 0.18% | - |
| HSV(B) | 250.29º | 0.86% | 0.32% | - |
| XYZ | 1.96 | 1.02 | 7.88 | - |
| YUV | 22.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 81 | 0.72 | 0.86 | 0 | 0.68 | 250.29 | 0.76 | 0.18 |
| Hex | 17 | B | 51 | 48 | 56 | 0 | 44 | FA | 4C | 12 |
| Octal | 27 | 13 | 121 | 110 | 126 | 0 | 104 | 372 | 114 | 22 |
| Binary | 10111 | 1011 | 1010001 | 1001000 | 1010110 | 0 | 1000100 | 11111010 | 1001100 | 10010 |
Color Harmonies of #170B51
Complementary color
Monochromatic Colors of #170B51
Black with #170B51
Text Example
Text Example
White with #170B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B51; }
p { color: rgb(23,11,81); }
H1.HeaderClassName
{
color: #170B51;
}
.AnyTagClassName
{
color: #170B51;
}
</style>
background-color css
<style>
a { background-color: #170B51; }
a { background-color: rgb(23,11,81); }
div.DivClassName
{
background-color: #170B51;
}
.BgClassName
{
background-color: #170B51;
}
</style>
border-color css
<style>
span { border-color: #170B51; }
span { border-color: rgb(23,11,81); }
td.TdClassName
{
border-color: #170B51;
}
.TagClassName
{
border-color: #170B51;
}
</style>