Shades of Paua #171148
Tints of Paua #171148
RGB
CMYK
RGB Variations
Color information
#171148 (or 0x171148) is known color: Paua. HEX triplet: 17, 11 and 48. RGB value is (23,17,72). Sum of RGB (Red+Green+Blue) = 23+17+72=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #171148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171148 is #E8EEB7. Grayscale: #181818. Windows color (decimal): -15265464 or 4722967. OLE color: 4722967.
HSL color Cylindrical-coordinate representation of color #171148: hue angle of 246.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171148 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 17 | 72 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.72 |
| HSL | 246.55º | 0.62% | 0.17% | - |
| HSV(B) | 246.55º | 0.76% | 0.28% | - |
| XYZ | 1.72 | 1.05 | 6.24 | - |
| YUV | 25.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 72 | 0.68 | 0.76 | 0 | 0.72 | 246.55 | 0.62 | 0.17 |
| Hex | 17 | 11 | 48 | 44 | 4C | 0 | 48 | F7 | 3E | 11 |
| Octal | 27 | 21 | 110 | 104 | 114 | 0 | 110 | 367 | 76 | 21 |
| Binary | 10111 | 10001 | 1001000 | 1000100 | 1001100 | 0 | 1001000 | 11110111 | 111110 | 10001 |
Color Harmonies of #171148
Complementary color
Monochromatic Colors of #171148
Black with #171148
Text Example
Text Example
White with #171148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171148; }
p { color: rgb(23,17,72); }
H1.HeaderClassName
{
color: #171148;
}
.AnyTagClassName
{
color: #171148;
}
</style>
background-color css
<style>
a { background-color: #171148; }
a { background-color: rgb(23,17,72); }
div.DivClassName
{
background-color: #171148;
}
.BgClassName
{
background-color: #171148;
}
</style>
border-color css
<style>
span { border-color: #171148; }
span { border-color: rgb(23,17,72); }
td.TdClassName
{
border-color: #171148;
}
.TagClassName
{
border-color: #171148;
}
</style>