Shades of Paua #170C50
Tints of Paua #170C50
RGB
CMYK
RGB Variations
Color information
#170C50 (or 0x170C50) is known color: Paua. HEX triplet: 17, 0C and 50. RGB value is (23,12,80). Sum of RGB (Red+Green+Blue) = 23+12+80=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #170C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170C50 is #E8F3AF. Grayscale: #161616. Windows color (decimal): -15266736 or 5245975. OLE color: 5245975.
HSL color Cylindrical-coordinate representation of color #170C50: hue angle of 249.71º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #170C50 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 12 | 80 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.69 |
| HSL | 249.71º | 0.74% | 0.18% | - |
| HSV(B) | 249.71º | 0.85% | 0.31% | - |
| XYZ | 1.93 | 1.02 | 7.69 | - |
| YUV | 23.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 80 | 0.71 | 0.85 | 0 | 0.69 | 249.71 | 0.74 | 0.18 |
| Hex | 17 | C | 50 | 47 | 55 | 0 | 45 | FA | 4A | 12 |
| Octal | 27 | 14 | 120 | 107 | 125 | 0 | 105 | 372 | 112 | 22 |
| Binary | 10111 | 1100 | 1010000 | 1000111 | 1010101 | 0 | 1000101 | 11111010 | 1001010 | 10010 |
Color Harmonies of #170C50
Complementary color
Monochromatic Colors of #170C50
Black with #170C50
Text Example
Text Example
White with #170C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C50; }
p { color: rgb(23,12,80); }
H1.HeaderClassName
{
color: #170C50;
}
.AnyTagClassName
{
color: #170C50;
}
</style>
background-color css
<style>
a { background-color: #170C50; }
a { background-color: rgb(23,12,80); }
div.DivClassName
{
background-color: #170C50;
}
.BgClassName
{
background-color: #170C50;
}
</style>
border-color css
<style>
span { border-color: #170C50; }
span { border-color: rgb(23,12,80); }
td.TdClassName
{
border-color: #170C50;
}
.TagClassName
{
border-color: #170C50;
}
</style>