Shades of Paua #19134A
Tints of Paua #19134A
RGB
CMYK
RGB Variations
Color information
#19134A (or 0x19134A) is known color: Paua. HEX triplet: 19, 13 and 4A. RGB value is (25,19,74). Sum of RGB (Red+Green+Blue) = 25+19+74=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #19134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19134A is #E6ECB5. Grayscale: #1A1A1A. Windows color (decimal): -15133878 or 4854553. OLE color: 4854553.
HSL color Cylindrical-coordinate representation of color #19134A: hue angle of 246.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19134A is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 19 | 74 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.71 |
| HSL | 246.55º | 0.59% | 0.18% | - |
| HSV(B) | 246.55º | 0.74% | 0.29% | - |
| XYZ | 1.87 | 1.17 | 6.61 | - |
| YUV | 27.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 74 | 0.66 | 0.74 | 0 | 0.71 | 246.55 | 0.59 | 0.18 |
| Hex | 19 | 13 | 4A | 42 | 4A | 0 | 47 | F7 | 3B | 12 |
| Octal | 31 | 23 | 112 | 102 | 112 | 0 | 107 | 367 | 73 | 22 |
| Binary | 11001 | 10011 | 1001010 | 1000010 | 1001010 | 0 | 1000111 | 11110111 | 111011 | 10010 |
Color Harmonies of #19134A
Complementary color
Monochromatic Colors of #19134A
Black with #19134A
Text Example
Text Example
White with #19134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19134A; }
p { color: rgb(25,19,74); }
H1.HeaderClassName
{
color: #19134A;
}
.AnyTagClassName
{
color: #19134A;
}
</style>
background-color css
<style>
a { background-color: #19134A; }
a { background-color: rgb(25,19,74); }
div.DivClassName
{
background-color: #19134A;
}
.BgClassName
{
background-color: #19134A;
}
</style>
border-color css
<style>
span { border-color: #19134A; }
span { border-color: rgb(25,19,74); }
td.TdClassName
{
border-color: #19134A;
}
.TagClassName
{
border-color: #19134A;
}
</style>