Shades of Paua #110A4B
Tints of Paua #110A4B
RGB
CMYK
RGB Variations
Color information
#110A4B (or 0x110A4B) is known color: Paua. HEX triplet: 11, 0A and 4B. RGB value is (17,10,75). Sum of RGB (Red+Green+Blue) = 17+10+75=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #110A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A4B is #EEF5B4. Grayscale: #131313. Windows color (decimal): -15660469 or 4917777. OLE color: 4917777.
HSL color Cylindrical-coordinate representation of color #110A4B: hue angle of 246.46º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110A4B is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 10 | 75 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.71 |
| HSL | 246.46º | 0.76% | 0.17% | - |
| HSV(B) | 246.46º | 0.87% | 0.29% | - |
| XYZ | 1.61 | 0.84 | 6.73 | - |
| YUV | 19.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 75 | 0.77 | 0.87 | 0 | 0.71 | 246.46 | 0.76 | 0.17 |
| Hex | 11 | A | 4B | 4D | 57 | 0 | 47 | F6 | 4C | 11 |
| Octal | 21 | 12 | 113 | 115 | 127 | 0 | 107 | 366 | 114 | 21 |
| Binary | 10001 | 1010 | 1001011 | 1001101 | 1010111 | 0 | 1000111 | 11110110 | 1001100 | 10001 |
Color Harmonies of #110A4B
Complementary color
Monochromatic Colors of #110A4B
Black with #110A4B
Text Example
Text Example
White with #110A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A4B; }
p { color: rgb(17,10,75); }
H1.HeaderClassName
{
color: #110A4B;
}
.AnyTagClassName
{
color: #110A4B;
}
</style>
background-color css
<style>
a { background-color: #110A4B; }
a { background-color: rgb(17,10,75); }
div.DivClassName
{
background-color: #110A4B;
}
.BgClassName
{
background-color: #110A4B;
}
</style>
border-color css
<style>
span { border-color: #110A4B; }
span { border-color: rgb(17,10,75); }
td.TdClassName
{
border-color: #110A4B;
}
.TagClassName
{
border-color: #110A4B;
}
</style>