Shades of Paua #19154E
Tints of Paua #19154E
RGB
CMYK
RGB Variations
Color information
#19154E (or 0x19154E) is known color: Paua. HEX triplet: 19, 15 and 4E. RGB value is (25,21,78). Sum of RGB (Red+Green+Blue) = 25+21+78=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #19154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19154E is #E6EAB1. Grayscale: #1C1C1C. Windows color (decimal): -15133362 or 5117209. OLE color: 5117209.
HSL color Cylindrical-coordinate representation of color #19154E: hue angle of 244.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19154E is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 21 | 78 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.69 |
| HSL | 244.21º | 0.58% | 0.19% | - |
| HSV(B) | 244.21º | 0.73% | 0.31% | - |
| XYZ | 2.04 | 1.29 | 7.35 | - |
| YUV | 28.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 78 | 0.68 | 0.73 | 0 | 0.69 | 244.21 | 0.58 | 0.19 |
| Hex | 19 | 15 | 4E | 44 | 49 | 0 | 45 | F4 | 3A | 13 |
| Octal | 31 | 25 | 116 | 104 | 111 | 0 | 105 | 364 | 72 | 23 |
| Binary | 11001 | 10101 | 1001110 | 1000100 | 1001001 | 0 | 1000101 | 11110100 | 111010 | 10011 |
Color Harmonies of #19154E
Complementary color
Monochromatic Colors of #19154E
Black with #19154E
Text Example
Text Example
White with #19154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19154E; }
p { color: rgb(25,21,78); }
H1.HeaderClassName
{
color: #19154E;
}
.AnyTagClassName
{
color: #19154E;
}
</style>
background-color css
<style>
a { background-color: #19154E; }
a { background-color: rgb(25,21,78); }
div.DivClassName
{
background-color: #19154E;
}
.BgClassName
{
background-color: #19154E;
}
</style>
border-color css
<style>
span { border-color: #19154E; }
span { border-color: rgb(25,21,78); }
td.TdClassName
{
border-color: #19154E;
}
.TagClassName
{
border-color: #19154E;
}
</style>