Shades of Paua #110D43
Tints of Paua #110D43
RGB
CMYK
RGB Variations
Color information
#110D43 (or 0x110D43) is known color: Paua. HEX triplet: 11, 0D and 43. RGB value is (17,13,67). Sum of RGB (Red+Green+Blue) = 17+13+67=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #110D43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D43 is #EEF2BC. Grayscale: #141414. Windows color (decimal): -15659709 or 4394257. OLE color: 4394257.
HSL color Cylindrical-coordinate representation of color #110D43: hue angle of 244.44º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110D43 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 13 | 67 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.74 |
| HSL | 244.44º | 0.68% | 0.16% | - |
| HSV(B) | 244.44º | 0.81% | 0.26% | - |
| XYZ | 1.39 | 0.81 | 5.39 | - |
| YUV | 20.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 67 | 0.75 | 0.81 | 0 | 0.74 | 244.44 | 0.68 | 0.16 |
| Hex | 11 | D | 43 | 4B | 51 | 0 | 4A | F4 | 44 | 10 |
| Octal | 21 | 15 | 103 | 113 | 121 | 0 | 112 | 364 | 104 | 20 |
| Binary | 10001 | 1101 | 1000011 | 1001011 | 1010001 | 0 | 1001010 | 11110100 | 1000100 | 10000 |
Color Harmonies of #110D43
Complementary color
Monochromatic Colors of #110D43
Black with #110D43
Text Example
Text Example
White with #110D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D43; }
p { color: rgb(17,13,67); }
H1.HeaderClassName
{
color: #110D43;
}
.AnyTagClassName
{
color: #110D43;
}
</style>
background-color css
<style>
a { background-color: #110D43; }
a { background-color: rgb(17,13,67); }
div.DivClassName
{
background-color: #110D43;
}
.BgClassName
{
background-color: #110D43;
}
</style>
border-color css
<style>
span { border-color: #110D43; }
span { border-color: rgb(17,13,67); }
td.TdClassName
{
border-color: #110D43;
}
.TagClassName
{
border-color: #110D43;
}
</style>