Shades of Paua #11054D
Tints of Paua #11054D
RGB
CMYK
RGB Variations
Color information
#11054D (or 0x11054D) is known color: Paua. HEX triplet: 11, 05 and 4D. RGB value is (17,5,77). Sum of RGB (Red+Green+Blue) = 17+5+77=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #11054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11054D is #EEFAB2. Grayscale: #101010. Windows color (decimal): -15661747 or 5047569. OLE color: 5047569.
HSL color Cylindrical-coordinate representation of color #11054D: hue angle of 250º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11054D is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 5 | 77 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.70 |
| HSL | 250º | 0.88% | 0.16% | - |
| HSV(B) | 250º | 0.94% | 0.3% | - |
| XYZ | 1.62 | 0.76 | 7.08 | - |
| YUV | 16.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 77 | 0.78 | 0.94 | 0 | 0.70 | 250 | 0.88 | 0.16 |
| Hex | 11 | 5 | 4D | 4E | 5E | 0 | 46 | FA | 58 | 10 |
| Octal | 21 | 5 | 115 | 116 | 136 | 0 | 106 | 372 | 130 | 20 |
| Binary | 10001 | 101 | 1001101 | 1001110 | 1011110 | 0 | 1000110 | 11111010 | 1011000 | 10000 |
Color Harmonies of #11054D
Complementary color
Monochromatic Colors of #11054D
Black with #11054D
Text Example
Text Example
White with #11054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11054D; }
p { color: rgb(17,5,77); }
H1.HeaderClassName
{
color: #11054D;
}
.AnyTagClassName
{
color: #11054D;
}
</style>
background-color css
<style>
a { background-color: #11054D; }
a { background-color: rgb(17,5,77); }
div.DivClassName
{
background-color: #11054D;
}
.BgClassName
{
background-color: #11054D;
}
</style>
border-color css
<style>
span { border-color: #11054D; }
span { border-color: rgb(17,5,77); }
td.TdClassName
{
border-color: #11054D;
}
.TagClassName
{
border-color: #11054D;
}
</style>