Shades of Paua #111050
Tints of Paua #111050
RGB
CMYK
RGB Variations
Color information
#111050 (or 0x111050) is known color: Paua. HEX triplet: 11, 10 and 50. RGB value is (17,16,80). Sum of RGB (Red+Green+Blue) = 17+16+80=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #111050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111050 is #EEEFAF. Grayscale: #171717. Windows color (decimal): -15658928 or 5246993. OLE color: 5246993.
HSL color Cylindrical-coordinate representation of color #111050: hue angle of 240.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111050 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 16 | 80 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.69 |
| HSL | 240.94º | 0.67% | 0.19% | - |
| HSV(B) | 240.94º | 0.8% | 0.31% | - |
| XYZ | 1.86 | 1.07 | 7.7 | - |
| YUV | 23.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 80 | 0.79 | 0.80 | 0 | 0.69 | 240.94 | 0.67 | 0.19 |
| Hex | 11 | 10 | 50 | 4F | 50 | 0 | 45 | F1 | 43 | 13 |
| Octal | 21 | 20 | 120 | 117 | 120 | 0 | 105 | 361 | 103 | 23 |
| Binary | 10001 | 10000 | 1010000 | 1001111 | 1010000 | 0 | 1000101 | 11110001 | 1000011 | 10011 |
Color Harmonies of #111050
Complementary color
Monochromatic Colors of #111050
Black with #111050
Text Example
Text Example
White with #111050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111050; }
p { color: rgb(17,16,80); }
H1.HeaderClassName
{
color: #111050;
}
.AnyTagClassName
{
color: #111050;
}
</style>
background-color css
<style>
a { background-color: #111050; }
a { background-color: rgb(17,16,80); }
div.DivClassName
{
background-color: #111050;
}
.BgClassName
{
background-color: #111050;
}
</style>
border-color css
<style>
span { border-color: #111050; }
span { border-color: rgb(17,16,80); }
td.TdClassName
{
border-color: #111050;
}
.TagClassName
{
border-color: #111050;
}
</style>