Shades of Paua #19124D
Tints of Paua #19124D
RGB
CMYK
RGB Variations
Color information
#19124D (or 0x19124D) is known color: Paua. HEX triplet: 19, 12 and 4D. RGB value is (25,18,77). Sum of RGB (Red+Green+Blue) = 25+18+77=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #19124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19124D is #E6EDB2. Grayscale: #1A1A1A. Windows color (decimal): -15134131 or 5050905. OLE color: 5050905.
HSL color Cylindrical-coordinate representation of color #19124D: hue angle of 247.12º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19124D is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 18 | 77 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.70 |
| HSL | 247.12º | 0.62% | 0.19% | - |
| HSV(B) | 247.12º | 0.77% | 0.3% | - |
| XYZ | 1.96 | 1.18 | 7.14 | - |
| YUV | 26.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 77 | 0.68 | 0.77 | 0 | 0.70 | 247.12 | 0.62 | 0.19 |
| Hex | 19 | 12 | 4D | 44 | 4D | 0 | 46 | F7 | 3E | 13 |
| Octal | 31 | 22 | 115 | 104 | 115 | 0 | 106 | 367 | 76 | 23 |
| Binary | 11001 | 10010 | 1001101 | 1000100 | 1001101 | 0 | 1000110 | 11110111 | 111110 | 10011 |
Color Harmonies of #19124D
Complementary color
Monochromatic Colors of #19124D
Black with #19124D
Text Example
Text Example
White with #19124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19124D; }
p { color: rgb(25,18,77); }
H1.HeaderClassName
{
color: #19124D;
}
.AnyTagClassName
{
color: #19124D;
}
</style>
background-color css
<style>
a { background-color: #19124D; }
a { background-color: rgb(25,18,77); }
div.DivClassName
{
background-color: #19124D;
}
.BgClassName
{
background-color: #19124D;
}
</style>
border-color css
<style>
span { border-color: #19124D; }
span { border-color: rgb(25,18,77); }
td.TdClassName
{
border-color: #19124D;
}
.TagClassName
{
border-color: #19124D;
}
</style>