Shades of Paua #190F47
Tints of Paua #190F47
RGB
CMYK
RGB Variations
Color information
#190F47 (or 0x190F47) is known color: Paua. HEX triplet: 19, 0F and 47. RGB value is (25,15,71). Sum of RGB (Red+Green+Blue) = 25+15+71=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #190F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F47 is #E6F0B8. Grayscale: #181818. Windows color (decimal): -15134905 or 4656921. OLE color: 4656921.
HSL color Cylindrical-coordinate representation of color #190F47: hue angle of 250.71º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #190F47 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 15 | 71 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.72 |
| HSL | 250.71º | 0.65% | 0.17% | - |
| HSV(B) | 250.71º | 0.79% | 0.28% | - |
| XYZ | 1.71 | 1 | 6.06 | - |
| YUV | 24.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 71 | 0.65 | 0.79 | 0 | 0.72 | 250.71 | 0.65 | 0.17 |
| Hex | 19 | F | 47 | 41 | 4F | 0 | 48 | FB | 41 | 11 |
| Octal | 31 | 17 | 107 | 101 | 117 | 0 | 110 | 373 | 101 | 21 |
| Binary | 11001 | 1111 | 1000111 | 1000001 | 1001111 | 0 | 1001000 | 11111011 | 1000001 | 10001 |
Color Harmonies of #190F47
Complementary color
Monochromatic Colors of #190F47
Black with #190F47
Text Example
Text Example
White with #190F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F47; }
p { color: rgb(25,15,71); }
H1.HeaderClassName
{
color: #190F47;
}
.AnyTagClassName
{
color: #190F47;
}
</style>
background-color css
<style>
a { background-color: #190F47; }
a { background-color: rgb(25,15,71); }
div.DivClassName
{
background-color: #190F47;
}
.BgClassName
{
background-color: #190F47;
}
</style>
border-color css
<style>
span { border-color: #190F47; }
span { border-color: rgb(25,15,71); }
td.TdClassName
{
border-color: #190F47;
}
.TagClassName
{
border-color: #190F47;
}
</style>