Shades of Paua #19174C
Tints of Paua #19174C
RGB
CMYK
RGB Variations
Color information
#19174C (or 0x19174C) is known color: Paua. HEX triplet: 19, 17 and 4C. RGB value is (25,23,76). Sum of RGB (Red+Green+Blue) = 25+23+76=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #19174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19174C is #E6E8B3. Grayscale: #1D1D1D. Windows color (decimal): -15132852 or 4986649. OLE color: 4986649.
HSL color Cylindrical-coordinate representation of color #19174C: hue angle of 242.26º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19174C is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 23 | 76 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.70 |
| HSL | 242.26º | 0.54% | 0.19% | - |
| HSV(B) | 242.26º | 0.7% | 0.3% | - |
| XYZ | 2.01 | 1.34 | 6.99 | - |
| YUV | 29.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 76 | 0.67 | 0.70 | 0 | 0.70 | 242.26 | 0.54 | 0.19 |
| Hex | 19 | 17 | 4C | 43 | 46 | 0 | 46 | F2 | 36 | 13 |
| Octal | 31 | 27 | 114 | 103 | 106 | 0 | 106 | 362 | 66 | 23 |
| Binary | 11001 | 10111 | 1001100 | 1000011 | 1000110 | 0 | 1000110 | 11110010 | 110110 | 10011 |
Color Harmonies of #19174C
Complementary color
Monochromatic Colors of #19174C
Black with #19174C
Text Example
Text Example
White with #19174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19174C; }
p { color: rgb(25,23,76); }
H1.HeaderClassName
{
color: #19174C;
}
.AnyTagClassName
{
color: #19174C;
}
</style>
background-color css
<style>
a { background-color: #19174C; }
a { background-color: rgb(25,23,76); }
div.DivClassName
{
background-color: #19174C;
}
.BgClassName
{
background-color: #19174C;
}
</style>
border-color css
<style>
span { border-color: #19174C; }
span { border-color: rgb(25,23,76); }
td.TdClassName
{
border-color: #19174C;
}
.TagClassName
{
border-color: #19174C;
}
</style>