Shades of Paua #11064D
Tints of Paua #11064D
RGB
CMYK
RGB Variations
Color information
#11064D (or 0x11064D) is known color: Paua. HEX triplet: 11, 06 and 4D. RGB value is (17,6,77). Sum of RGB (Red+Green+Blue) = 17+6+77=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #11064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11064D is #EEF9B2. Grayscale: #111111. Windows color (decimal): -15661491 or 5047825. OLE color: 5047825.
HSL color Cylindrical-coordinate representation of color #11064D: hue angle of 249.3º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11064D is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 6 | 77 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.70 |
| HSL | 249.3º | 0.86% | 0.16% | - |
| HSV(B) | 249.3º | 0.92% | 0.3% | - |
| XYZ | 1.64 | 0.79 | 7.09 | - |
| YUV | 17.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 77 | 0.78 | 0.92 | 0 | 0.70 | 249.3 | 0.86 | 0.16 |
| Hex | 11 | 6 | 4D | 4E | 5C | 0 | 46 | F9 | 56 | 10 |
| Octal | 21 | 6 | 115 | 116 | 134 | 0 | 106 | 371 | 126 | 20 |
| Binary | 10001 | 110 | 1001101 | 1001110 | 1011100 | 0 | 1000110 | 11111001 | 1010110 | 10000 |
Color Harmonies of #11064D
Complementary color
Monochromatic Colors of #11064D
Black with #11064D
Text Example
Text Example
White with #11064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11064D; }
p { color: rgb(17,6,77); }
H1.HeaderClassName
{
color: #11064D;
}
.AnyTagClassName
{
color: #11064D;
}
</style>
background-color css
<style>
a { background-color: #11064D; }
a { background-color: rgb(17,6,77); }
div.DivClassName
{
background-color: #11064D;
}
.BgClassName
{
background-color: #11064D;
}
</style>
border-color css
<style>
span { border-color: #11064D; }
span { border-color: rgb(17,6,77); }
td.TdClassName
{
border-color: #11064D;
}
.TagClassName
{
border-color: #11064D;
}
</style>