Shades of Paua #171248
Tints of Paua #171248
RGB
CMYK
RGB Variations
Color information
#171248 (or 0x171248) is known color: Paua. HEX triplet: 17, 12 and 48. RGB value is (23,18,72). Sum of RGB (Red+Green+Blue) = 23+18+72=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #171248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171248 is #E8EDB7. Grayscale: #191919. Windows color (decimal): -15265208 or 4723223. OLE color: 4723223.
HSL color Cylindrical-coordinate representation of color #171248: hue angle of 245.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171248 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 18 | 72 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.72 |
| HSL | 245.56º | 0.6% | 0.18% | - |
| HSV(B) | 245.56º | 0.75% | 0.28% | - |
| XYZ | 1.74 | 1.08 | 6.25 | - |
| YUV | 25.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 72 | 0.68 | 0.75 | 0 | 0.72 | 245.56 | 0.6 | 0.18 |
| Hex | 17 | 12 | 48 | 44 | 4B | 0 | 48 | F6 | 3C | 12 |
| Octal | 27 | 22 | 110 | 104 | 113 | 0 | 110 | 366 | 74 | 22 |
| Binary | 10111 | 10010 | 1001000 | 1000100 | 1001011 | 0 | 1001000 | 11110110 | 111100 | 10010 |
Color Harmonies of #171248
Complementary color
Monochromatic Colors of #171248
Black with #171248
Text Example
Text Example
White with #171248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171248; }
p { color: rgb(23,18,72); }
H1.HeaderClassName
{
color: #171248;
}
.AnyTagClassName
{
color: #171248;
}
</style>
background-color css
<style>
a { background-color: #171248; }
a { background-color: rgb(23,18,72); }
div.DivClassName
{
background-color: #171248;
}
.BgClassName
{
background-color: #171248;
}
</style>
border-color css
<style>
span { border-color: #171248; }
span { border-color: rgb(23,18,72); }
td.TdClassName
{
border-color: #171248;
}
.TagClassName
{
border-color: #171248;
}
</style>