Shades of Paua #19154C
Tints of Paua #19154C
RGB
CMYK
RGB Variations
Color information
#19154C (or 0x19154C) is known color: Paua. HEX triplet: 19, 15 and 4C. RGB value is (25,21,76). Sum of RGB (Red+Green+Blue) = 25+21+76=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #19154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19154C is #E6EAB3. Grayscale: #1C1C1C. Windows color (decimal): -15133364 or 4986137. OLE color: 4986137.
HSL color Cylindrical-coordinate representation of color #19154C: hue angle of 244.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19154C is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 21 | 76 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.70 |
| HSL | 244.36º | 0.57% | 0.19% | - |
| HSV(B) | 244.36º | 0.72% | 0.3% | - |
| XYZ | 1.97 | 1.26 | 6.98 | - |
| YUV | 28.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 76 | 0.67 | 0.72 | 0 | 0.70 | 244.36 | 0.57 | 0.19 |
| Hex | 19 | 15 | 4C | 43 | 48 | 0 | 46 | F4 | 39 | 13 |
| Octal | 31 | 25 | 114 | 103 | 110 | 0 | 106 | 364 | 71 | 23 |
| Binary | 11001 | 10101 | 1001100 | 1000011 | 1001000 | 0 | 1000110 | 11110100 | 111001 | 10011 |
Color Harmonies of #19154C
Complementary color
Monochromatic Colors of #19154C
Black with #19154C
Text Example
Text Example
White with #19154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19154C; }
p { color: rgb(25,21,76); }
H1.HeaderClassName
{
color: #19154C;
}
.AnyTagClassName
{
color: #19154C;
}
</style>
background-color css
<style>
a { background-color: #19154C; }
a { background-color: rgb(25,21,76); }
div.DivClassName
{
background-color: #19154C;
}
.BgClassName
{
background-color: #19154C;
}
</style>
border-color css
<style>
span { border-color: #19154C; }
span { border-color: rgb(25,21,76); }
td.TdClassName
{
border-color: #19154C;
}
.TagClassName
{
border-color: #19154C;
}
</style>