Shades of Paua #190F50
Tints of Paua #190F50
RGB
CMYK
RGB Variations
Color information
#190F50 (or 0x190F50) is known color: Paua. HEX triplet: 19, 0F and 50. RGB value is (25,15,80). Sum of RGB (Red+Green+Blue) = 25+15+80=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #190F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F50 is #E6F0AF. Grayscale: #191919. Windows color (decimal): -15134896 or 5246745. OLE color: 5246745.
HSL color Cylindrical-coordinate representation of color #190F50: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #190F50 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 15 | 80 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.69 |
| HSL | 249.23º | 0.68% | 0.19% | - |
| HSV(B) | 249.23º | 0.81% | 0.31% | - |
| XYZ | 2.02 | 1.13 | 7.7 | - |
| YUV | 25.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 80 | 0.69 | 0.81 | 0 | 0.69 | 249.23 | 0.68 | 0.19 |
| Hex | 19 | F | 50 | 45 | 51 | 0 | 45 | F9 | 44 | 13 |
| Octal | 31 | 17 | 120 | 105 | 121 | 0 | 105 | 371 | 104 | 23 |
| Binary | 11001 | 1111 | 1010000 | 1000101 | 1010001 | 0 | 1000101 | 11111001 | 1000100 | 10011 |
Color Harmonies of #190F50
Complementary color
Monochromatic Colors of #190F50
Black with #190F50
Text Example
Text Example
White with #190F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F50; }
p { color: rgb(25,15,80); }
H1.HeaderClassName
{
color: #190F50;
}
.AnyTagClassName
{
color: #190F50;
}
</style>
background-color css
<style>
a { background-color: #190F50; }
a { background-color: rgb(25,15,80); }
div.DivClassName
{
background-color: #190F50;
}
.BgClassName
{
background-color: #190F50;
}
</style>
border-color css
<style>
span { border-color: #190F50; }
span { border-color: rgb(25,15,80); }
td.TdClassName
{
border-color: #190F50;
}
.TagClassName
{
border-color: #190F50;
}
</style>