Shades of Paua #11054F
Tints of Paua #11054F
RGB
CMYK
RGB Variations
Color information
#11054F (or 0x11054F) is known color: Paua. HEX triplet: 11, 05 and 4F. RGB value is (17,5,79). Sum of RGB (Red+Green+Blue) = 17+5+79=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #11054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11054F is #EEFAB0. Grayscale: #101010. Windows color (decimal): -15661745 or 5178641. OLE color: 5178641.
HSL color Cylindrical-coordinate representation of color #11054F: hue angle of 249.73º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11054F is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 5 | 79 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.69 |
| HSL | 249.73º | 0.88% | 0.16% | - |
| HSV(B) | 249.73º | 0.94% | 0.31% | - |
| XYZ | 1.7 | 0.79 | 7.46 | - |
| YUV | 17.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 79 | 0.78 | 0.94 | 0 | 0.69 | 249.73 | 0.88 | 0.16 |
| Hex | 11 | 5 | 4F | 4E | 5E | 0 | 45 | FA | 58 | 10 |
| Octal | 21 | 5 | 117 | 116 | 136 | 0 | 105 | 372 | 130 | 20 |
| Binary | 10001 | 101 | 1001111 | 1001110 | 1011110 | 0 | 1000101 | 11111010 | 1011000 | 10000 |
Color Harmonies of #11054F
Complementary color
Monochromatic Colors of #11054F
Black with #11054F
Text Example
Text Example
White with #11054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11054F; }
p { color: rgb(17,5,79); }
H1.HeaderClassName
{
color: #11054F;
}
.AnyTagClassName
{
color: #11054F;
}
</style>
background-color css
<style>
a { background-color: #11054F; }
a { background-color: rgb(17,5,79); }
div.DivClassName
{
background-color: #11054F;
}
.BgClassName
{
background-color: #11054F;
}
</style>
border-color css
<style>
span { border-color: #11054F; }
span { border-color: rgb(17,5,79); }
td.TdClassName
{
border-color: #11054F;
}
.TagClassName
{
border-color: #11054F;
}
</style>