Shades of Paua #19104F
Tints of Paua #19104F
RGB
CMYK
RGB Variations
Color information
#19104F (or 0x19104F) is known color: Paua. HEX triplet: 19, 10 and 4F. RGB value is (25,16,79). Sum of RGB (Red+Green+Blue) = 25+16+79=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #19104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19104F is #E6EFB0. Grayscale: #191919. Windows color (decimal): -15134641 or 5181465. OLE color: 5181465.
HSL color Cylindrical-coordinate representation of color #19104F: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19104F is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 16 | 79 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.69 |
| HSL | 248.57º | 0.66% | 0.19% | - |
| HSV(B) | 248.57º | 0.8% | 0.31% | - |
| XYZ | 2 | 1.14 | 7.51 | - |
| YUV | 25.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 79 | 0.68 | 0.80 | 0 | 0.69 | 248.57 | 0.66 | 0.19 |
| Hex | 19 | 10 | 4F | 44 | 50 | 0 | 45 | F9 | 42 | 13 |
| Octal | 31 | 20 | 117 | 104 | 120 | 0 | 105 | 371 | 102 | 23 |
| Binary | 11001 | 10000 | 1001111 | 1000100 | 1010000 | 0 | 1000101 | 11111001 | 1000010 | 10011 |
Color Harmonies of #19104F
Complementary color
Monochromatic Colors of #19104F
Black with #19104F
Text Example
Text Example
White with #19104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19104F; }
p { color: rgb(25,16,79); }
H1.HeaderClassName
{
color: #19104F;
}
.AnyTagClassName
{
color: #19104F;
}
</style>
background-color css
<style>
a { background-color: #19104F; }
a { background-color: rgb(25,16,79); }
div.DivClassName
{
background-color: #19104F;
}
.BgClassName
{
background-color: #19104F;
}
</style>
border-color css
<style>
span { border-color: #19104F; }
span { border-color: rgb(25,16,79); }
td.TdClassName
{
border-color: #19104F;
}
.TagClassName
{
border-color: #19104F;
}
</style>