Shades of Paua #191946
Tints of Paua #191946
RGB
CMYK
RGB Variations
Color information
#191946 (or 0x191946) is known color: Paua. HEX triplet: 19, 19 and 46. RGB value is (25,25,70). Sum of RGB (Red+Green+Blue) = 25+25+70=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #191946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191946 is #E6E6B9. Grayscale: #1D1D1D. Windows color (decimal): -15132346 or 4593945. OLE color: 4593945.
HSL color Cylindrical-coordinate representation of color #191946: hue angle of 240º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #191946 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 25 | 70 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.73 |
| HSL | 240º | 0.47% | 0.19% | - |
| HSV(B) | 240º | 0.64% | 0.27% | - |
| XYZ | 1.85 | 1.34 | 5.96 | - |
| YUV | 30.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 70 | 0.64 | 0.64 | 0 | 0.73 | 240 | 0.47 | 0.19 |
| Hex | 19 | 19 | 46 | 40 | 40 | 0 | 49 | F0 | 2F | 13 |
| Octal | 31 | 31 | 106 | 100 | 100 | 0 | 111 | 360 | 57 | 23 |
| Binary | 11001 | 11001 | 1000110 | 1000000 | 1000000 | 0 | 1001001 | 11110000 | 101111 | 10011 |
Color Harmonies of #191946
Complementary color
Monochromatic Colors of #191946
Black with #191946
Text Example
Text Example
White with #191946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191946; }
p { color: rgb(25,25,70); }
H1.HeaderClassName
{
color: #191946;
}
.AnyTagClassName
{
color: #191946;
}
</style>
background-color css
<style>
a { background-color: #191946; }
a { background-color: rgb(25,25,70); }
div.DivClassName
{
background-color: #191946;
}
.BgClassName
{
background-color: #191946;
}
</style>
border-color css
<style>
span { border-color: #191946; }
span { border-color: rgb(25,25,70); }
td.TdClassName
{
border-color: #191946;
}
.TagClassName
{
border-color: #191946;
}
</style>