Shades of Paua #19154F
Tints of Paua #19154F
RGB
CMYK
RGB Variations
Color information
#19154F (or 0x19154F) is known color: Paua. HEX triplet: 19, 15 and 4F. RGB value is (25,21,79). Sum of RGB (Red+Green+Blue) = 25+21+79=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #19154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19154F is #E6EAB0. Grayscale: #1C1C1C. Windows color (decimal): -15133361 or 5182745. OLE color: 5182745.
HSL color Cylindrical-coordinate representation of color #19154F: hue angle of 244.14º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19154F is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 21 | 79 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.69 |
| HSL | 244.14º | 0.58% | 0.2% | - |
| HSV(B) | 244.14º | 0.73% | 0.31% | - |
| XYZ | 2.08 | 1.31 | 7.54 | - |
| YUV | 28.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 79 | 0.68 | 0.73 | 0 | 0.69 | 244.14 | 0.58 | 0.2 |
| Hex | 19 | 15 | 4F | 44 | 49 | 0 | 45 | F4 | 3A | 14 |
| Octal | 31 | 25 | 117 | 104 | 111 | 0 | 105 | 364 | 72 | 24 |
| Binary | 11001 | 10101 | 1001111 | 1000100 | 1001001 | 0 | 1000101 | 11110100 | 111010 | 10100 |
Color Harmonies of #19154F
Complementary color
Monochromatic Colors of #19154F
Black with #19154F
Text Example
Text Example
White with #19154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19154F; }
p { color: rgb(25,21,79); }
H1.HeaderClassName
{
color: #19154F;
}
.AnyTagClassName
{
color: #19154F;
}
</style>
background-color css
<style>
a { background-color: #19154F; }
a { background-color: rgb(25,21,79); }
div.DivClassName
{
background-color: #19154F;
}
.BgClassName
{
background-color: #19154F;
}
</style>
border-color css
<style>
span { border-color: #19154F; }
span { border-color: rgb(25,21,79); }
td.TdClassName
{
border-color: #19154F;
}
.TagClassName
{
border-color: #19154F;
}
</style>