Shades of Paua #11004F
Tints of Paua #11004F
RGB
CMYK
RGB Variations
Color information
#11004F (or 0x11004F) is known color: Paua. HEX triplet: 11, 00 and 4F. RGB value is (17,0,79). Sum of RGB (Red+Green+Blue) = 17+0+79=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 79 (31.25% from 255 or 82.29% from 96); Max value from RGB is 79 - color contains mainly: blue. Hex color #11004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11004F is #EEFFB0. Grayscale: #0D0D0D. Windows color (decimal): -15663025 or 5177361. OLE color: 5177361.
HSL color Cylindrical-coordinate representation of color #11004F: hue angle of 252.91º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11004F is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 0 | 79 | - |
| CMYK | 0.78 | 1 | 0 | 0.69 |
| HSL | 252.91º | 1% | 0.15% | - |
| HSV(B) | 252.91º | 1% | 0.31% | - |
| XYZ | 1.64 | 0.68 | 7.44 | - |
| YUV | 14.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 79 | 0.78 | 1 | 0 | 0.69 | 252.91 | 1 | 0.15 |
| Hex | 11 | 0 | 4F | 4E | 64 | 0 | 45 | FD | 64 | F |
| Octal | 21 | 0 | 117 | 116 | 144 | 0 | 105 | 375 | 144 | 17 |
| Binary | 10001 | 0 | 1001111 | 1001110 | 1100100 | 0 | 1000101 | 11111101 | 1100100 | 1111 |
Color Harmonies of #11004F
Complementary color
Monochromatic Colors of #11004F
Black with #11004F
Text Example
Text Example
White with #11004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11004F; }
p { color: rgb(17,0,79); }
H1.HeaderClassName
{
color: #11004F;
}
.AnyTagClassName
{
color: #11004F;
}
</style>
background-color css
<style>
a { background-color: #11004F; }
a { background-color: rgb(17,0,79); }
div.DivClassName
{
background-color: #11004F;
}
.BgClassName
{
background-color: #11004F;
}
</style>
border-color css
<style>
span { border-color: #11004F; }
span { border-color: rgb(17,0,79); }
td.TdClassName
{
border-color: #11004F;
}
.TagClassName
{
border-color: #11004F;
}
</style>