Shades of Paua #191556
Tints of Paua #191556
RGB
CMYK
RGB Variations
Color information
#191556 (or 0x191556) is known color: Paua. HEX triplet: 19, 15 and 56. RGB value is (25,21,86). Sum of RGB (Red+Green+Blue) = 25+21+86=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #191556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191556 is #E6EAA9. Grayscale: #1D1D1D. Windows color (decimal): -15133354 or 5641497. OLE color: 5641497.
HSL color Cylindrical-coordinate representation of color #191556: hue angle of 243.69º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191556 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 21 | 86 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.66 |
| HSL | 243.69º | 0.61% | 0.21% | - |
| HSV(B) | 243.69º | 0.76% | 0.34% | - |
| XYZ | 2.35 | 1.41 | 8.95 | - |
| YUV | 29.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 86 | 0.71 | 0.76 | 0 | 0.66 | 243.69 | 0.61 | 0.21 |
| Hex | 19 | 15 | 56 | 47 | 4C | 0 | 42 | F4 | 3D | 15 |
| Octal | 31 | 25 | 126 | 107 | 114 | 0 | 102 | 364 | 75 | 25 |
| Binary | 11001 | 10101 | 1010110 | 1000111 | 1001100 | 0 | 1000010 | 11110100 | 111101 | 10101 |
Color Harmonies of #191556
Complementary color
Monochromatic Colors of #191556
Black with #191556
Text Example
Text Example
White with #191556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191556; }
p { color: rgb(25,21,86); }
H1.HeaderClassName
{
color: #191556;
}
.AnyTagClassName
{
color: #191556;
}
</style>
background-color css
<style>
a { background-color: #191556; }
a { background-color: rgb(25,21,86); }
div.DivClassName
{
background-color: #191556;
}
.BgClassName
{
background-color: #191556;
}
</style>
border-color css
<style>
span { border-color: #191556; }
span { border-color: rgb(25,21,86); }
td.TdClassName
{
border-color: #191556;
}
.TagClassName
{
border-color: #191556;
}
</style>