Shades of Paua #110B49
Tints of Paua #110B49
RGB
CMYK
RGB Variations
Color information
#110B49 (or 0x110B49) is known color: Paua. HEX triplet: 11, 0B and 49. RGB value is (17,11,73). Sum of RGB (Red+Green+Blue) = 17+11+73=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #110B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B49 is #EEF4B6. Grayscale: #131313. Windows color (decimal): -15660215 or 4786961. OLE color: 4786961.
HSL color Cylindrical-coordinate representation of color #110B49: hue angle of 245.81º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110B49 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 11 | 73 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.71 |
| HSL | 245.81º | 0.74% | 0.16% | - |
| HSV(B) | 245.81º | 0.85% | 0.29% | - |
| XYZ | 1.55 | 0.84 | 6.38 | - |
| YUV | 19.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 73 | 0.77 | 0.85 | 0 | 0.71 | 245.81 | 0.74 | 0.16 |
| Hex | 11 | B | 49 | 4D | 55 | 0 | 47 | F6 | 4A | 10 |
| Octal | 21 | 13 | 111 | 115 | 125 | 0 | 107 | 366 | 112 | 20 |
| Binary | 10001 | 1011 | 1001001 | 1001101 | 1010101 | 0 | 1000111 | 11110110 | 1001010 | 10000 |
Color Harmonies of #110B49
Complementary color
Monochromatic Colors of #110B49
Black with #110B49
Text Example
Text Example
White with #110B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B49; }
p { color: rgb(17,11,73); }
H1.HeaderClassName
{
color: #110B49;
}
.AnyTagClassName
{
color: #110B49;
}
</style>
background-color css
<style>
a { background-color: #110B49; }
a { background-color: rgb(17,11,73); }
div.DivClassName
{
background-color: #110B49;
}
.BgClassName
{
background-color: #110B49;
}
</style>
border-color css
<style>
span { border-color: #110B49; }
span { border-color: rgb(17,11,73); }
td.TdClassName
{
border-color: #110B49;
}
.TagClassName
{
border-color: #110B49;
}
</style>