Shades of Paua #19144B
Tints of Paua #19144B
RGB
CMYK
RGB Variations
Color information
#19144B (or 0x19144B) is known color: Paua. HEX triplet: 19, 14 and 4B. RGB value is (25,20,75). Sum of RGB (Red+Green+Blue) = 25+20+75=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #19144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19144B is #E6EBB4. Grayscale: #1B1B1B. Windows color (decimal): -15133621 or 4920345. OLE color: 4920345.
HSL color Cylindrical-coordinate representation of color #19144B: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19144B is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 20 | 75 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.71 |
| HSL | 245.45º | 0.58% | 0.19% | - |
| HSV(B) | 245.45º | 0.73% | 0.29% | - |
| XYZ | 1.92 | 1.21 | 6.79 | - |
| YUV | 27.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 75 | 0.67 | 0.73 | 0 | 0.71 | 245.45 | 0.58 | 0.19 |
| Hex | 19 | 14 | 4B | 43 | 49 | 0 | 47 | F5 | 3A | 13 |
| Octal | 31 | 24 | 113 | 103 | 111 | 0 | 107 | 365 | 72 | 23 |
| Binary | 11001 | 10100 | 1001011 | 1000011 | 1001001 | 0 | 1000111 | 11110101 | 111010 | 10011 |
Color Harmonies of #19144B
Complementary color
Monochromatic Colors of #19144B
Black with #19144B
Text Example
Text Example
White with #19144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19144B; }
p { color: rgb(25,20,75); }
H1.HeaderClassName
{
color: #19144B;
}
.AnyTagClassName
{
color: #19144B;
}
</style>
background-color css
<style>
a { background-color: #19144B; }
a { background-color: rgb(25,20,75); }
div.DivClassName
{
background-color: #19144B;
}
.BgClassName
{
background-color: #19144B;
}
</style>
border-color css
<style>
span { border-color: #19144B; }
span { border-color: rgb(25,20,75); }
td.TdClassName
{
border-color: #19144B;
}
.TagClassName
{
border-color: #19144B;
}
</style>