Shades of Paua #11094D
Tints of Paua #11094D
RGB
CMYK
RGB Variations
Color information
#11094D (or 0x11094D) is known color: Paua. HEX triplet: 11, 09 and 4D. RGB value is (17,9,77). Sum of RGB (Red+Green+Blue) = 17+9+77=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #11094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11094D is #EEF6B2. Grayscale: #121212. Windows color (decimal): -15660723 or 5048593. OLE color: 5048593.
HSL color Cylindrical-coordinate representation of color #11094D: hue angle of 247.06º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11094D is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 9 | 77 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.70 |
| HSL | 247.06º | 0.79% | 0.17% | - |
| HSV(B) | 247.06º | 0.88% | 0.3% | - |
| XYZ | 1.67 | 0.85 | 7.1 | - |
| YUV | 19.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 77 | 0.78 | 0.88 | 0 | 0.70 | 247.06 | 0.79 | 0.17 |
| Hex | 11 | 9 | 4D | 4E | 58 | 0 | 46 | F7 | 4F | 11 |
| Octal | 21 | 11 | 115 | 116 | 130 | 0 | 106 | 367 | 117 | 21 |
| Binary | 10001 | 1001 | 1001101 | 1001110 | 1011000 | 0 | 1000110 | 11110111 | 1001111 | 10001 |
Color Harmonies of #11094D
Complementary color
Monochromatic Colors of #11094D
Black with #11094D
Text Example
Text Example
White with #11094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11094D; }
p { color: rgb(17,9,77); }
H1.HeaderClassName
{
color: #11094D;
}
.AnyTagClassName
{
color: #11094D;
}
</style>
background-color css
<style>
a { background-color: #11094D; }
a { background-color: rgb(17,9,77); }
div.DivClassName
{
background-color: #11094D;
}
.BgClassName
{
background-color: #11094D;
}
</style>
border-color css
<style>
span { border-color: #11094D; }
span { border-color: rgb(17,9,77); }
td.TdClassName
{
border-color: #11094D;
}
.TagClassName
{
border-color: #11094D;
}
</style>