Shades of Paua #110C42
Tints of Paua #110C42
RGB
CMYK
RGB Variations
Color information
#110C42 (or 0x110C42) is known color: Paua. HEX triplet: 11, 0C and 42. RGB value is (17,12,66). Sum of RGB (Red+Green+Blue) = 17+12+66=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #110C42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C42 is #EEF3BD. Grayscale: #131313. Windows color (decimal): -15659966 or 4328465. OLE color: 4328465.
HSL color Cylindrical-coordinate representation of color #110C42: hue angle of 245.56º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110C42 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 12 | 66 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.74 |
| HSL | 245.56º | 0.69% | 0.15% | - |
| HSV(B) | 245.56º | 0.82% | 0.26% | - |
| XYZ | 1.35 | 0.78 | 5.23 | - |
| YUV | 19.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 66 | 0.74 | 0.82 | 0 | 0.74 | 245.56 | 0.69 | 0.15 |
| Hex | 11 | C | 42 | 4A | 52 | 0 | 4A | F6 | 45 | F |
| Octal | 21 | 14 | 102 | 112 | 122 | 0 | 112 | 366 | 105 | 17 |
| Binary | 10001 | 1100 | 1000010 | 1001010 | 1010010 | 0 | 1001010 | 11110110 | 1000101 | 1111 |
Color Harmonies of #110C42
Complementary color
Monochromatic Colors of #110C42
Black with #110C42
Text Example
Text Example
White with #110C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C42; }
p { color: rgb(17,12,66); }
H1.HeaderClassName
{
color: #110C42;
}
.AnyTagClassName
{
color: #110C42;
}
</style>
background-color css
<style>
a { background-color: #110C42; }
a { background-color: rgb(17,12,66); }
div.DivClassName
{
background-color: #110C42;
}
.BgClassName
{
background-color: #110C42;
}
</style>
border-color css
<style>
span { border-color: #110C42; }
span { border-color: rgb(17,12,66); }
td.TdClassName
{
border-color: #110C42;
}
.TagClassName
{
border-color: #110C42;
}
</style>