Shades of Paua #19174D
Tints of Paua #19174D
RGB
CMYK
RGB Variations
Color information
#19174D (or 0x19174D) is known color: Paua. HEX triplet: 19, 17 and 4D. RGB value is (25,23,77). Sum of RGB (Red+Green+Blue) = 25+23+77=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #19174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19174D is #E6E8B2. Grayscale: #1D1D1D. Windows color (decimal): -15132851 or 5052185. OLE color: 5052185.
HSL color Cylindrical-coordinate representation of color #19174D: hue angle of 242.22º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19174D is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 23 | 77 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.70 |
| HSL | 242.22º | 0.54% | 0.2% | - |
| HSV(B) | 242.22º | 0.7% | 0.3% | - |
| XYZ | 2.05 | 1.36 | 7.17 | - |
| YUV | 29.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 77 | 0.68 | 0.70 | 0 | 0.70 | 242.22 | 0.54 | 0.2 |
| Hex | 19 | 17 | 4D | 44 | 46 | 0 | 46 | F2 | 36 | 14 |
| Octal | 31 | 27 | 115 | 104 | 106 | 0 | 106 | 362 | 66 | 24 |
| Binary | 11001 | 10111 | 1001101 | 1000100 | 1000110 | 0 | 1000110 | 11110010 | 110110 | 10100 |
Color Harmonies of #19174D
Complementary color
Monochromatic Colors of #19174D
Black with #19174D
Text Example
Text Example
White with #19174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19174D; }
p { color: rgb(25,23,77); }
H1.HeaderClassName
{
color: #19174D;
}
.AnyTagClassName
{
color: #19174D;
}
</style>
background-color css
<style>
a { background-color: #19174D; }
a { background-color: rgb(25,23,77); }
div.DivClassName
{
background-color: #19174D;
}
.BgClassName
{
background-color: #19174D;
}
</style>
border-color css
<style>
span { border-color: #19174D; }
span { border-color: rgb(25,23,77); }
td.TdClassName
{
border-color: #19174D;
}
.TagClassName
{
border-color: #19174D;
}
</style>