Shades of Paua #110C47
Tints of Paua #110C47
RGB
CMYK
RGB Variations
Color information
#110C47 (or 0x110C47) is known color: Paua. HEX triplet: 11, 0C and 47. RGB value is (17,12,71). Sum of RGB (Red+Green+Blue) = 17+12+71=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #110C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C47 is #EEF3B8. Grayscale: #131313. Windows color (decimal): -15659961 or 4656145. OLE color: 4656145.
HSL color Cylindrical-coordinate representation of color #110C47: hue angle of 245.08º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #110C47 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 12 | 71 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.72 |
| HSL | 245.08º | 0.71% | 0.16% | - |
| HSV(B) | 245.08º | 0.83% | 0.28% | - |
| XYZ | 1.5 | 0.84 | 6.04 | - |
| YUV | 20.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 71 | 0.76 | 0.83 | 0 | 0.72 | 245.08 | 0.71 | 0.16 |
| Hex | 11 | C | 47 | 4C | 53 | 0 | 48 | F5 | 47 | 10 |
| Octal | 21 | 14 | 107 | 114 | 123 | 0 | 110 | 365 | 107 | 20 |
| Binary | 10001 | 1100 | 1000111 | 1001100 | 1010011 | 0 | 1001000 | 11110101 | 1000111 | 10000 |
Color Harmonies of #110C47
Complementary color
Monochromatic Colors of #110C47
Black with #110C47
Text Example
Text Example
White with #110C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C47; }
p { color: rgb(17,12,71); }
H1.HeaderClassName
{
color: #110C47;
}
.AnyTagClassName
{
color: #110C47;
}
</style>
background-color css
<style>
a { background-color: #110C47; }
a { background-color: rgb(17,12,71); }
div.DivClassName
{
background-color: #110C47;
}
.BgClassName
{
background-color: #110C47;
}
</style>
border-color css
<style>
span { border-color: #110C47; }
span { border-color: rgb(17,12,71); }
td.TdClassName
{
border-color: #110C47;
}
.TagClassName
{
border-color: #110C47;
}
</style>