Shades of Paua #170E48
Tints of Paua #170E48
RGB
CMYK
RGB Variations
Color information
#170E48 (or 0x170E48) is known color: Paua. HEX triplet: 17, 0E and 48. RGB value is (23,14,72). Sum of RGB (Red+Green+Blue) = 23+14+72=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #170E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170E48 is #E8F1B7. Grayscale: #171717. Windows color (decimal): -15266232 or 4722199. OLE color: 4722199.
HSL color Cylindrical-coordinate representation of color #170E48: hue angle of 249.31º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #170E48 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 14 | 72 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.72 |
| HSL | 249.31º | 0.67% | 0.17% | - |
| HSV(B) | 249.31º | 0.81% | 0.28% | - |
| XYZ | 1.68 | 0.96 | 6.23 | - |
| YUV | 23.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 72 | 0.68 | 0.81 | 0 | 0.72 | 249.31 | 0.67 | 0.17 |
| Hex | 17 | E | 48 | 44 | 51 | 0 | 48 | F9 | 43 | 11 |
| Octal | 27 | 16 | 110 | 104 | 121 | 0 | 110 | 371 | 103 | 21 |
| Binary | 10111 | 1110 | 1001000 | 1000100 | 1010001 | 0 | 1001000 | 11111001 | 1000011 | 10001 |
Color Harmonies of #170E48
Complementary color
Monochromatic Colors of #170E48
Black with #170E48
Text Example
Text Example
White with #170E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E48; }
p { color: rgb(23,14,72); }
H1.HeaderClassName
{
color: #170E48;
}
.AnyTagClassName
{
color: #170E48;
}
</style>
background-color css
<style>
a { background-color: #170E48; }
a { background-color: rgb(23,14,72); }
div.DivClassName
{
background-color: #170E48;
}
.BgClassName
{
background-color: #170E48;
}
</style>
border-color css
<style>
span { border-color: #170E48; }
span { border-color: rgb(23,14,72); }
td.TdClassName
{
border-color: #170E48;
}
.TagClassName
{
border-color: #170E48;
}
</style>