Shades of Paua #171246
Tints of Paua #171246
RGB
CMYK
RGB Variations
Color information
#171246 (or 0x171246) is known color: Paua. HEX triplet: 17, 12 and 46. RGB value is (23,18,70). Sum of RGB (Red+Green+Blue) = 23+18+70=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #171246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171246 is #E8EDB9. Grayscale: #191919. Windows color (decimal): -15265210 or 4592151. OLE color: 4592151.
HSL color Cylindrical-coordinate representation of color #171246: hue angle of 245.77º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171246 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 18 | 70 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.73 |
| HSL | 245.77º | 0.59% | 0.17% | - |
| HSV(B) | 245.77º | 0.74% | 0.27% | - |
| XYZ | 1.68 | 1.06 | 5.91 | - |
| YUV | 25.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 70 | 0.67 | 0.74 | 0 | 0.73 | 245.77 | 0.59 | 0.17 |
| Hex | 17 | 12 | 46 | 43 | 4A | 0 | 49 | F6 | 3B | 11 |
| Octal | 27 | 22 | 106 | 103 | 112 | 0 | 111 | 366 | 73 | 21 |
| Binary | 10111 | 10010 | 1000110 | 1000011 | 1001010 | 0 | 1001001 | 11110110 | 111011 | 10001 |
Color Harmonies of #171246
Complementary color
Monochromatic Colors of #171246
Black with #171246
Text Example
Text Example
White with #171246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171246; }
p { color: rgb(23,18,70); }
H1.HeaderClassName
{
color: #171246;
}
.AnyTagClassName
{
color: #171246;
}
</style>
background-color css
<style>
a { background-color: #171246; }
a { background-color: rgb(23,18,70); }
div.DivClassName
{
background-color: #171246;
}
.BgClassName
{
background-color: #171246;
}
</style>
border-color css
<style>
span { border-color: #171246; }
span { border-color: rgb(23,18,70); }
td.TdClassName
{
border-color: #171246;
}
.TagClassName
{
border-color: #171246;
}
</style>