Shades of Paua #110D45
Tints of Paua #110D45
RGB
CMYK
RGB Variations
Color information
#110D45 (or 0x110D45) is known color: Paua. HEX triplet: 11, 0D and 45. RGB value is (17,13,69). Sum of RGB (Red+Green+Blue) = 17+13+69=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #110D45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D45 is #EEF2BA. Grayscale: #141414. Windows color (decimal): -15659707 or 4525329. OLE color: 4525329.
HSL color Cylindrical-coordinate representation of color #110D45: hue angle of 244.29º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110D45 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 13 | 69 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.73 |
| HSL | 244.29º | 0.68% | 0.16% | - |
| HSV(B) | 244.29º | 0.81% | 0.27% | - |
| XYZ | 1.45 | 0.84 | 5.72 | - |
| YUV | 20.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 69 | 0.75 | 0.81 | 0 | 0.73 | 244.29 | 0.68 | 0.16 |
| Hex | 11 | D | 45 | 4B | 51 | 0 | 49 | F4 | 44 | 10 |
| Octal | 21 | 15 | 105 | 113 | 121 | 0 | 111 | 364 | 104 | 20 |
| Binary | 10001 | 1101 | 1000101 | 1001011 | 1010001 | 0 | 1001001 | 11110100 | 1000100 | 10000 |
Color Harmonies of #110D45
Complementary color
Monochromatic Colors of #110D45
Black with #110D45
Text Example
Text Example
White with #110D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D45; }
p { color: rgb(17,13,69); }
H1.HeaderClassName
{
color: #110D45;
}
.AnyTagClassName
{
color: #110D45;
}
</style>
background-color css
<style>
a { background-color: #110D45; }
a { background-color: rgb(17,13,69); }
div.DivClassName
{
background-color: #110D45;
}
.BgClassName
{
background-color: #110D45;
}
</style>
border-color css
<style>
span { border-color: #110D45; }
span { border-color: rgb(17,13,69); }
td.TdClassName
{
border-color: #110D45;
}
.TagClassName
{
border-color: #110D45;
}
</style>