Shades of Paua #110D47
Tints of Paua #110D47
RGB
CMYK
RGB Variations
Color information
#110D47 (or 0x110D47) is known color: Paua. HEX triplet: 11, 0D and 47. RGB value is (17,13,71). Sum of RGB (Red+Green+Blue) = 17+13+71=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #110D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D47 is #EEF2B8. Grayscale: #141414. Windows color (decimal): -15659705 or 4656401. OLE color: 4656401.
HSL color Cylindrical-coordinate representation of color #110D47: hue angle of 244.14º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110D47 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 13 | 71 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.72 |
| HSL | 244.14º | 0.69% | 0.16% | - |
| HSV(B) | 244.14º | 0.82% | 0.28% | - |
| XYZ | 1.51 | 0.86 | 6.05 | - |
| YUV | 20.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 71 | 0.76 | 0.82 | 0 | 0.72 | 244.14 | 0.69 | 0.16 |
| Hex | 11 | D | 47 | 4C | 52 | 0 | 48 | F4 | 45 | 10 |
| Octal | 21 | 15 | 107 | 114 | 122 | 0 | 110 | 364 | 105 | 20 |
| Binary | 10001 | 1101 | 1000111 | 1001100 | 1010010 | 0 | 1001000 | 11110100 | 1000101 | 10000 |
Color Harmonies of #110D47
Complementary color
Monochromatic Colors of #110D47
Black with #110D47
Text Example
Text Example
White with #110D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D47; }
p { color: rgb(17,13,71); }
H1.HeaderClassName
{
color: #110D47;
}
.AnyTagClassName
{
color: #110D47;
}
</style>
background-color css
<style>
a { background-color: #110D47; }
a { background-color: rgb(17,13,71); }
div.DivClassName
{
background-color: #110D47;
}
.BgClassName
{
background-color: #110D47;
}
</style>
border-color css
<style>
span { border-color: #110D47; }
span { border-color: rgb(17,13,71); }
td.TdClassName
{
border-color: #110D47;
}
.TagClassName
{
border-color: #110D47;
}
</style>