Shades of Paua #110B47
Tints of Paua #110B47
RGB
CMYK
RGB Variations
Color information
#110B47 (or 0x110B47) is known color: Paua. HEX triplet: 11, 0B and 47. RGB value is (17,11,71). Sum of RGB (Red+Green+Blue) = 17+11+71=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #110B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B47 is #EEF4B8. Grayscale: #131313. Windows color (decimal): -15660217 or 4655889. OLE color: 4655889.
HSL color Cylindrical-coordinate representation of color #110B47: hue angle of 246º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110B47 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 11 | 71 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.72 |
| HSL | 246º | 0.73% | 0.16% | - |
| HSV(B) | 246º | 0.85% | 0.28% | - |
| XYZ | 1.49 | 0.81 | 6.04 | - |
| YUV | 19.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 71 | 0.76 | 0.85 | 0 | 0.72 | 246 | 0.73 | 0.16 |
| Hex | 11 | B | 47 | 4C | 55 | 0 | 48 | F6 | 49 | 10 |
| Octal | 21 | 13 | 107 | 114 | 125 | 0 | 110 | 366 | 111 | 20 |
| Binary | 10001 | 1011 | 1000111 | 1001100 | 1010101 | 0 | 1001000 | 11110110 | 1001001 | 10000 |
Color Harmonies of #110B47
Complementary color
Monochromatic Colors of #110B47
Black with #110B47
Text Example
Text Example
White with #110B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B47; }
p { color: rgb(17,11,71); }
H1.HeaderClassName
{
color: #110B47;
}
.AnyTagClassName
{
color: #110B47;
}
</style>
background-color css
<style>
a { background-color: #110B47; }
a { background-color: rgb(17,11,71); }
div.DivClassName
{
background-color: #110B47;
}
.BgClassName
{
background-color: #110B47;
}
</style>
border-color css
<style>
span { border-color: #110B47; }
span { border-color: rgb(17,11,71); }
td.TdClassName
{
border-color: #110B47;
}
.TagClassName
{
border-color: #110B47;
}
</style>