Shades of Paua #190F51
Tints of Paua #190F51
RGB
CMYK
RGB Variations
Color information
#190F51 (or 0x190F51) is known color: Paua. HEX triplet: 19, 0F and 51. RGB value is (25,15,81). Sum of RGB (Red+Green+Blue) = 25+15+81=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #190F51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F51 is #E6F0AE. Grayscale: #191919. Windows color (decimal): -15134895 or 5312281. OLE color: 5312281.
HSL color Cylindrical-coordinate representation of color #190F51: hue angle of 249.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #190F51 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 15 | 81 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.68 |
| HSL | 249.09º | 0.69% | 0.19% | - |
| HSV(B) | 249.09º | 0.81% | 0.32% | - |
| XYZ | 2.06 | 1.14 | 7.9 | - |
| YUV | 25.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 81 | 0.69 | 0.81 | 0 | 0.68 | 249.09 | 0.69 | 0.19 |
| Hex | 19 | F | 51 | 45 | 51 | 0 | 44 | F9 | 45 | 13 |
| Octal | 31 | 17 | 121 | 105 | 121 | 0 | 104 | 371 | 105 | 23 |
| Binary | 11001 | 1111 | 1010001 | 1000101 | 1010001 | 0 | 1000100 | 11111001 | 1000101 | 10011 |
Color Harmonies of #190F51
Complementary color
Monochromatic Colors of #190F51
Black with #190F51
Text Example
Text Example
White with #190F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F51; }
p { color: rgb(25,15,81); }
H1.HeaderClassName
{
color: #190F51;
}
.AnyTagClassName
{
color: #190F51;
}
</style>
background-color css
<style>
a { background-color: #190F51; }
a { background-color: rgb(25,15,81); }
div.DivClassName
{
background-color: #190F51;
}
.BgClassName
{
background-color: #190F51;
}
</style>
border-color css
<style>
span { border-color: #190F51; }
span { border-color: rgb(25,15,81); }
td.TdClassName
{
border-color: #190F51;
}
.TagClassName
{
border-color: #190F51;
}
</style>