Shades of Paua #110B48
Tints of Paua #110B48
RGB
CMYK
RGB Variations
Color information
#110B48 (or 0x110B48) is known color: Paua. HEX triplet: 11, 0B and 48. RGB value is (17,11,72). Sum of RGB (Red+Green+Blue) = 17+11+72=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #110B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B48 is #EEF4B7. Grayscale: #131313. Windows color (decimal): -15660216 or 4721425. OLE color: 4721425.
HSL color Cylindrical-coordinate representation of color #110B48: hue angle of 245.9º 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 #110B48 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 11 | 72 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.72 |
| HSL | 245.9º | 0.73% | 0.16% | - |
| HSV(B) | 245.9º | 0.85% | 0.28% | - |
| XYZ | 1.52 | 0.83 | 6.21 | - |
| YUV | 19.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 72 | 0.76 | 0.85 | 0 | 0.72 | 245.9 | 0.73 | 0.16 |
| Hex | 11 | B | 48 | 4C | 55 | 0 | 48 | F6 | 49 | 10 |
| Octal | 21 | 13 | 110 | 114 | 125 | 0 | 110 | 366 | 111 | 20 |
| Binary | 10001 | 1011 | 1001000 | 1001100 | 1010101 | 0 | 1001000 | 11110110 | 1001001 | 10000 |
Color Harmonies of #110B48
Complementary color
Monochromatic Colors of #110B48
Black with #110B48
Text Example
Text Example
White with #110B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B48; }
p { color: rgb(17,11,72); }
H1.HeaderClassName
{
color: #110B48;
}
.AnyTagClassName
{
color: #110B48;
}
</style>
background-color css
<style>
a { background-color: #110B48; }
a { background-color: rgb(17,11,72); }
div.DivClassName
{
background-color: #110B48;
}
.BgClassName
{
background-color: #110B48;
}
</style>
border-color css
<style>
span { border-color: #110B48; }
span { border-color: rgb(17,11,72); }
td.TdClassName
{
border-color: #110B48;
}
.TagClassName
{
border-color: #110B48;
}
</style>