Shades of Paua #110D49
Tints of Paua #110D49
RGB
CMYK
RGB Variations
Color information
#110D49 (or 0x110D49) is known color: Paua. HEX triplet: 11, 0D and 49. RGB value is (17,13,73). Sum of RGB (Red+Green+Blue) = 17+13+73=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #110D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D49 is #EEF2B6. Grayscale: #141414. Windows color (decimal): -15659703 or 4787473. OLE color: 4787473.
HSL color Cylindrical-coordinate representation of color #110D49: hue angle of 244º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110D49 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 13 | 73 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.71 |
| HSL | 244º | 0.7% | 0.17% | - |
| HSV(B) | 244º | 0.82% | 0.29% | - |
| XYZ | 1.58 | 0.89 | 6.39 | - |
| YUV | 21.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 73 | 0.77 | 0.82 | 0 | 0.71 | 244 | 0.7 | 0.17 |
| Hex | 11 | D | 49 | 4D | 52 | 0 | 47 | F4 | 46 | 11 |
| Octal | 21 | 15 | 111 | 115 | 122 | 0 | 107 | 364 | 106 | 21 |
| Binary | 10001 | 1101 | 1001001 | 1001101 | 1010010 | 0 | 1000111 | 11110100 | 1000110 | 10001 |
Color Harmonies of #110D49
Complementary color
Monochromatic Colors of #110D49
Black with #110D49
Text Example
Text Example
White with #110D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D49; }
p { color: rgb(17,13,73); }
H1.HeaderClassName
{
color: #110D49;
}
.AnyTagClassName
{
color: #110D49;
}
</style>
background-color css
<style>
a { background-color: #110D49; }
a { background-color: rgb(17,13,73); }
div.DivClassName
{
background-color: #110D49;
}
.BgClassName
{
background-color: #110D49;
}
</style>
border-color css
<style>
span { border-color: #110D49; }
span { border-color: rgb(17,13,73); }
td.TdClassName
{
border-color: #110D49;
}
.TagClassName
{
border-color: #110D49;
}
</style>