Shades of Paua #110A44
Tints of Paua #110A44
RGB
CMYK
RGB Variations
Color information
#110A44 (or 0x110A44) is known color: Paua. HEX triplet: 11, 0A and 44. RGB value is (17,10,68). Sum of RGB (Red+Green+Blue) = 17+10+68=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #110A44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A44 is #EEF5BB. Grayscale: #121212. Windows color (decimal): -15660476 or 4459025. OLE color: 4459025.
HSL color Cylindrical-coordinate representation of color #110A44: hue angle of 247.24º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110A44 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 10 | 68 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.73 |
| HSL | 247.24º | 0.74% | 0.15% | - |
| HSV(B) | 247.24º | 0.85% | 0.27% | - |
| XYZ | 1.38 | 0.75 | 5.54 | - |
| YUV | 18.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 68 | 0.75 | 0.85 | 0 | 0.73 | 247.24 | 0.74 | 0.15 |
| Hex | 11 | A | 44 | 4B | 55 | 0 | 49 | F7 | 4A | F |
| Octal | 21 | 12 | 104 | 113 | 125 | 0 | 111 | 367 | 112 | 17 |
| Binary | 10001 | 1010 | 1000100 | 1001011 | 1010101 | 0 | 1001001 | 11110111 | 1001010 | 1111 |
Color Harmonies of #110A44
Complementary color
Monochromatic Colors of #110A44
Black with #110A44
Text Example
Text Example
White with #110A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A44; }
p { color: rgb(17,10,68); }
H1.HeaderClassName
{
color: #110A44;
}
.AnyTagClassName
{
color: #110A44;
}
</style>
background-color css
<style>
a { background-color: #110A44; }
a { background-color: rgb(17,10,68); }
div.DivClassName
{
background-color: #110A44;
}
.BgClassName
{
background-color: #110A44;
}
</style>
border-color css
<style>
span { border-color: #110A44; }
span { border-color: rgb(17,10,68); }
td.TdClassName
{
border-color: #110A44;
}
.TagClassName
{
border-color: #110A44;
}
</style>