Shades of Paua #170A52
Tints of Paua #170A52
RGB
CMYK
RGB Variations
Color information
#170A52 (or 0x170A52) is known color: Paua. HEX triplet: 17, 0A and 52. RGB value is (23,10,82). Sum of RGB (Red+Green+Blue) = 23+10+82=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #170A52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170A52 is #E8F5AD. Grayscale: #151515. Windows color (decimal): -15267246 or 5376535. OLE color: 5376535.
HSL color Cylindrical-coordinate representation of color #170A52: hue angle of 250.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #170A52 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 10 | 82 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.68 |
| HSL | 250.83º | 0.78% | 0.18% | - |
| HSV(B) | 250.83º | 0.88% | 0.32% | - |
| XYZ | 1.98 | 1.01 | 8.07 | - |
| YUV | 22.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 82 | 0.72 | 0.88 | 0 | 0.68 | 250.83 | 0.78 | 0.18 |
| Hex | 17 | A | 52 | 48 | 58 | 0 | 44 | FB | 4E | 12 |
| Octal | 27 | 12 | 122 | 110 | 130 | 0 | 104 | 373 | 116 | 22 |
| Binary | 10111 | 1010 | 1010010 | 1001000 | 1011000 | 0 | 1000100 | 11111011 | 1001110 | 10010 |
Color Harmonies of #170A52
Complementary color
Monochromatic Colors of #170A52
Black with #170A52
Text Example
Text Example
White with #170A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A52; }
p { color: rgb(23,10,82); }
H1.HeaderClassName
{
color: #170A52;
}
.AnyTagClassName
{
color: #170A52;
}
</style>
background-color css
<style>
a { background-color: #170A52; }
a { background-color: rgb(23,10,82); }
div.DivClassName
{
background-color: #170A52;
}
.BgClassName
{
background-color: #170A52;
}
</style>
border-color css
<style>
span { border-color: #170A52; }
span { border-color: rgb(23,10,82); }
td.TdClassName
{
border-color: #170A52;
}
.TagClassName
{
border-color: #170A52;
}
</style>