Shades of Paua #190F49
Tints of Paua #190F49
RGB
CMYK
RGB Variations
Color information
#190F49 (or 0x190F49) is known color: Paua. HEX triplet: 19, 0F and 49. RGB value is (25,15,73). Sum of RGB (Red+Green+Blue) = 25+15+73=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #190F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F49 is #E6F0B6. Grayscale: #181818. Windows color (decimal): -15134903 or 4787993. OLE color: 4787993.
HSL color Cylindrical-coordinate representation of color #190F49: hue angle of 250.34º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #190F49 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 15 | 73 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.71 |
| HSL | 250.34º | 0.66% | 0.17% | - |
| HSV(B) | 250.34º | 0.79% | 0.29% | - |
| XYZ | 1.77 | 1.03 | 6.41 | - |
| YUV | 24.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 73 | 0.66 | 0.79 | 0 | 0.71 | 250.34 | 0.66 | 0.17 |
| Hex | 19 | F | 49 | 42 | 4F | 0 | 47 | FA | 42 | 11 |
| Octal | 31 | 17 | 111 | 102 | 117 | 0 | 107 | 372 | 102 | 21 |
| Binary | 11001 | 1111 | 1001001 | 1000010 | 1001111 | 0 | 1000111 | 11111010 | 1000010 | 10001 |
Color Harmonies of #190F49
Complementary color
Monochromatic Colors of #190F49
Black with #190F49
Text Example
Text Example
White with #190F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F49; }
p { color: rgb(25,15,73); }
H1.HeaderClassName
{
color: #190F49;
}
.AnyTagClassName
{
color: #190F49;
}
</style>
background-color css
<style>
a { background-color: #190F49; }
a { background-color: rgb(25,15,73); }
div.DivClassName
{
background-color: #190F49;
}
.BgClassName
{
background-color: #190F49;
}
</style>
border-color css
<style>
span { border-color: #190F49; }
span { border-color: rgb(25,15,73); }
td.TdClassName
{
border-color: #190F49;
}
.TagClassName
{
border-color: #190F49;
}
</style>