Shades of Paua #11134D
Tints of Paua #11134D
RGB
CMYK
RGB Variations
Color information
#11134D (or 0x11134D) is known color: Paua. HEX triplet: 11, 13 and 4D. RGB value is (17,19,77). Sum of RGB (Red+Green+Blue) = 17+19+77=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #11134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11134D is #EEECB2. Grayscale: #181818. Windows color (decimal): -15658163 or 5051153. OLE color: 5051153.
HSL color Cylindrical-coordinate representation of color #11134D: hue angle of 238º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11134D is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 19 | 77 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.70 |
| HSL | 238º | 0.64% | 0.18% | - |
| HSV(B) | 238º | 0.78% | 0.3% | - |
| XYZ | 1.8 | 1.12 | 7.14 | - |
| YUV | 25.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 77 | 0.78 | 0.75 | 0 | 0.70 | 238 | 0.64 | 0.18 |
| Hex | 11 | 13 | 4D | 4E | 4B | 0 | 46 | EE | 40 | 12 |
| Octal | 21 | 23 | 115 | 116 | 113 | 0 | 106 | 356 | 100 | 22 |
| Binary | 10001 | 10011 | 1001101 | 1001110 | 1001011 | 0 | 1000110 | 11101110 | 1000000 | 10010 |
Color Harmonies of #11134D
Complementary color
Monochromatic Colors of #11134D
Black with #11134D
Text Example
Text Example
White with #11134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11134D; }
p { color: rgb(17,19,77); }
H1.HeaderClassName
{
color: #11134D;
}
.AnyTagClassName
{
color: #11134D;
}
</style>
background-color css
<style>
a { background-color: #11134D; }
a { background-color: rgb(17,19,77); }
div.DivClassName
{
background-color: #11134D;
}
.BgClassName
{
background-color: #11134D;
}
</style>
border-color css
<style>
span { border-color: #11134D; }
span { border-color: rgb(17,19,77); }
td.TdClassName
{
border-color: #11134D;
}
.TagClassName
{
border-color: #11134D;
}
</style>