Shades of Paua #170B53
Tints of Paua #170B53
RGB
CMYK
RGB Variations
Color information
#170B53 (or 0x170B53) is known color: Paua. HEX triplet: 17, 0B and 53. RGB value is (23,11,83). Sum of RGB (Red+Green+Blue) = 23+11+83=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #170B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170B53 is #E8F4AC. Grayscale: #161616. Windows color (decimal): -15266989 or 5442327. OLE color: 5442327.
HSL color Cylindrical-coordinate representation of color #170B53: hue angle of 250º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170B53 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 11 | 83 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.67 |
| HSL | 250º | 0.77% | 0.18% | - |
| HSV(B) | 250º | 0.87% | 0.33% | - |
| XYZ | 2.03 | 1.05 | 8.28 | - |
| YUV | 22.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 83 | 0.72 | 0.87 | 0 | 0.67 | 250 | 0.77 | 0.18 |
| Hex | 17 | B | 53 | 48 | 57 | 0 | 43 | FA | 4D | 12 |
| Octal | 27 | 13 | 123 | 110 | 127 | 0 | 103 | 372 | 115 | 22 |
| Binary | 10111 | 1011 | 1010011 | 1001000 | 1010111 | 0 | 1000011 | 11111010 | 1001101 | 10010 |
Color Harmonies of #170B53
Complementary color
Monochromatic Colors of #170B53
Black with #170B53
Text Example
Text Example
White with #170B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B53; }
p { color: rgb(23,11,83); }
H1.HeaderClassName
{
color: #170B53;
}
.AnyTagClassName
{
color: #170B53;
}
</style>
background-color css
<style>
a { background-color: #170B53; }
a { background-color: rgb(23,11,83); }
div.DivClassName
{
background-color: #170B53;
}
.BgClassName
{
background-color: #170B53;
}
</style>
border-color css
<style>
span { border-color: #170B53; }
span { border-color: rgb(23,11,83); }
td.TdClassName
{
border-color: #170B53;
}
.TagClassName
{
border-color: #170B53;
}
</style>