Shades of Paua #170D4B
Tints of Paua #170D4B
RGB
CMYK
RGB Variations
Color information
#170D4B (or 0x170D4B) is known color: Paua. HEX triplet: 17, 0D and 4B. RGB value is (23,13,75). Sum of RGB (Red+Green+Blue) = 23+13+75=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #170D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D4B is #E8F2B4. Grayscale: #161616. Windows color (decimal): -15266485 or 4918551. OLE color: 4918551.
HSL color Cylindrical-coordinate representation of color #170D4B: hue angle of 249.68º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #170D4B is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 13 | 75 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.71 |
| HSL | 249.68º | 0.7% | 0.17% | - |
| HSV(B) | 249.68º | 0.83% | 0.29% | - |
| XYZ | 1.77 | 0.98 | 6.75 | - |
| YUV | 23.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 75 | 0.69 | 0.83 | 0 | 0.71 | 249.68 | 0.7 | 0.17 |
| Hex | 17 | D | 4B | 45 | 53 | 0 | 47 | FA | 46 | 11 |
| Octal | 27 | 15 | 113 | 105 | 123 | 0 | 107 | 372 | 106 | 21 |
| Binary | 10111 | 1101 | 1001011 | 1000101 | 1010011 | 0 | 1000111 | 11111010 | 1000110 | 10001 |
Color Harmonies of #170D4B
Complementary color
Monochromatic Colors of #170D4B
Black with #170D4B
Text Example
Text Example
White with #170D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D4B; }
p { color: rgb(23,13,75); }
H1.HeaderClassName
{
color: #170D4B;
}
.AnyTagClassName
{
color: #170D4B;
}
</style>
background-color css
<style>
a { background-color: #170D4B; }
a { background-color: rgb(23,13,75); }
div.DivClassName
{
background-color: #170D4B;
}
.BgClassName
{
background-color: #170D4B;
}
</style>
border-color css
<style>
span { border-color: #170D4B; }
span { border-color: rgb(23,13,75); }
td.TdClassName
{
border-color: #170D4B;
}
.TagClassName
{
border-color: #170D4B;
}
</style>