Shades of Paua #190D57
Tints of Paua #190D57
RGB
CMYK
RGB Variations
Color information
#190D57 (or 0x190D57) is known color: Paua. HEX triplet: 19, 0D and 57. RGB value is (25,13,87). Sum of RGB (Red+Green+Blue) = 25+13+87=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #190D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D57 is #E6F2A8. Grayscale: #181818. Windows color (decimal): -15135401 or 5704985. OLE color: 5704985.
HSL color Cylindrical-coordinate representation of color #190D57: hue angle of 249.73º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190D57 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 13 | 87 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.66 |
| HSL | 249.73º | 0.74% | 0.2% | - |
| HSV(B) | 249.73º | 0.85% | 0.34% | - |
| XYZ | 2.27 | 1.18 | 9.13 | - |
| YUV | 25.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 87 | 0.71 | 0.85 | 0 | 0.66 | 249.73 | 0.74 | 0.2 |
| Hex | 19 | D | 57 | 47 | 55 | 0 | 42 | FA | 4A | 14 |
| Octal | 31 | 15 | 127 | 107 | 125 | 0 | 102 | 372 | 112 | 24 |
| Binary | 11001 | 1101 | 1010111 | 1000111 | 1010101 | 0 | 1000010 | 11111010 | 1001010 | 10100 |
Color Harmonies of #190D57
Complementary color
Monochromatic Colors of #190D57
Black with #190D57
Text Example
Text Example
White with #190D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D57; }
p { color: rgb(25,13,87); }
H1.HeaderClassName
{
color: #190D57;
}
.AnyTagClassName
{
color: #190D57;
}
</style>
background-color css
<style>
a { background-color: #190D57; }
a { background-color: rgb(25,13,87); }
div.DivClassName
{
background-color: #190D57;
}
.BgClassName
{
background-color: #190D57;
}
</style>
border-color css
<style>
span { border-color: #190D57; }
span { border-color: rgb(25,13,87); }
td.TdClassName
{
border-color: #190D57;
}
.TagClassName
{
border-color: #190D57;
}
</style>