Shades of Paua #170D46
Tints of Paua #170D46
RGB
CMYK
RGB Variations
Color information
#170D46 (or 0x170D46) is known color: Paua. HEX triplet: 17, 0D and 46. RGB value is (23,13,70). Sum of RGB (Red+Green+Blue) = 23+13+70=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #170D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D46 is #E8F2B9. Grayscale: #161616. Windows color (decimal): -15266490 or 4590871. OLE color: 4590871.
HSL color Cylindrical-coordinate representation of color #170D46: hue angle of 250.53º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #170D46 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 13 | 70 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.73 |
| HSL | 250.53º | 0.69% | 0.16% | - |
| HSV(B) | 250.53º | 0.81% | 0.27% | - |
| XYZ | 1.6 | 0.91 | 5.89 | - |
| YUV | 22.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 70 | 0.67 | 0.81 | 0 | 0.73 | 250.53 | 0.69 | 0.16 |
| Hex | 17 | D | 46 | 43 | 51 | 0 | 49 | FB | 45 | 10 |
| Octal | 27 | 15 | 106 | 103 | 121 | 0 | 111 | 373 | 105 | 20 |
| Binary | 10111 | 1101 | 1000110 | 1000011 | 1010001 | 0 | 1001001 | 11111011 | 1000101 | 10000 |
Color Harmonies of #170D46
Complementary color
Monochromatic Colors of #170D46
Black with #170D46
Text Example
Text Example
White with #170D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D46; }
p { color: rgb(23,13,70); }
H1.HeaderClassName
{
color: #170D46;
}
.AnyTagClassName
{
color: #170D46;
}
</style>
background-color css
<style>
a { background-color: #170D46; }
a { background-color: rgb(23,13,70); }
div.DivClassName
{
background-color: #170D46;
}
.BgClassName
{
background-color: #170D46;
}
</style>
border-color css
<style>
span { border-color: #170D46; }
span { border-color: rgb(23,13,70); }
td.TdClassName
{
border-color: #170D46;
}
.TagClassName
{
border-color: #170D46;
}
</style>