Shades of Paua #19144F
Tints of Paua #19144F
RGB
CMYK
RGB Variations
Color information
#19144F (or 0x19144F) is known color: Paua. HEX triplet: 19, 14 and 4F. RGB value is (25,20,79). Sum of RGB (Red+Green+Blue) = 25+20+79=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #19144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19144F is #E6EBB0. Grayscale: #1B1B1B. Windows color (decimal): -15133617 or 5182489. OLE color: 5182489.
HSL color Cylindrical-coordinate representation of color #19144F: hue angle of 245.08º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19144F is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 20 | 79 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.69 |
| HSL | 245.08º | 0.6% | 0.19% | - |
| HSV(B) | 245.08º | 0.75% | 0.31% | - |
| XYZ | 2.06 | 1.27 | 7.53 | - |
| YUV | 28.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 79 | 0.68 | 0.75 | 0 | 0.69 | 245.08 | 0.6 | 0.19 |
| Hex | 19 | 14 | 4F | 44 | 4B | 0 | 45 | F5 | 3C | 13 |
| Octal | 31 | 24 | 117 | 104 | 113 | 0 | 105 | 365 | 74 | 23 |
| Binary | 11001 | 10100 | 1001111 | 1000100 | 1001011 | 0 | 1000101 | 11110101 | 111100 | 10011 |
Color Harmonies of #19144F
Complementary color
Monochromatic Colors of #19144F
Black with #19144F
Text Example
Text Example
White with #19144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19144F; }
p { color: rgb(25,20,79); }
H1.HeaderClassName
{
color: #19144F;
}
.AnyTagClassName
{
color: #19144F;
}
</style>
background-color css
<style>
a { background-color: #19144F; }
a { background-color: rgb(25,20,79); }
div.DivClassName
{
background-color: #19144F;
}
.BgClassName
{
background-color: #19144F;
}
</style>
border-color css
<style>
span { border-color: #19144F; }
span { border-color: rgb(25,20,79); }
td.TdClassName
{
border-color: #19144F;
}
.TagClassName
{
border-color: #19144F;
}
</style>