Shades of Paua #110C49
Tints of Paua #110C49
RGB
CMYK
RGB Variations
Color information
#110C49 (or 0x110C49) is known color: Paua. HEX triplet: 11, 0C and 49. RGB value is (17,12,73). Sum of RGB (Red+Green+Blue) = 17+12+73=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #110C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C49 is #EEF3B6. Grayscale: #141414. Windows color (decimal): -15659959 or 4787217. OLE color: 4787217.
HSL color Cylindrical-coordinate representation of color #110C49: hue angle of 244.92º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #110C49 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 12 | 73 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.71 |
| HSL | 244.92º | 0.72% | 0.17% | - |
| HSV(B) | 244.92º | 0.84% | 0.29% | - |
| XYZ | 1.57 | 0.86 | 6.39 | - |
| YUV | 20.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 73 | 0.77 | 0.84 | 0 | 0.71 | 244.92 | 0.72 | 0.17 |
| Hex | 11 | C | 49 | 4D | 54 | 0 | 47 | F5 | 48 | 11 |
| Octal | 21 | 14 | 111 | 115 | 124 | 0 | 107 | 365 | 110 | 21 |
| Binary | 10001 | 1100 | 1001001 | 1001101 | 1010100 | 0 | 1000111 | 11110101 | 1001000 | 10001 |
Color Harmonies of #110C49
Complementary color
Monochromatic Colors of #110C49
Black with #110C49
Text Example
Text Example
White with #110C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C49; }
p { color: rgb(17,12,73); }
H1.HeaderClassName
{
color: #110C49;
}
.AnyTagClassName
{
color: #110C49;
}
</style>
background-color css
<style>
a { background-color: #110C49; }
a { background-color: rgb(17,12,73); }
div.DivClassName
{
background-color: #110C49;
}
.BgClassName
{
background-color: #110C49;
}
</style>
border-color css
<style>
span { border-color: #110C49; }
span { border-color: rgb(17,12,73); }
td.TdClassName
{
border-color: #110C49;
}
.TagClassName
{
border-color: #110C49;
}
</style>