Shades of Paua #19174B
Tints of Paua #19174B
RGB
CMYK
RGB Variations
Color information
#19174B (or 0x19174B) is known color: Paua. HEX triplet: 19, 17 and 4B. RGB value is (25,23,75). Sum of RGB (Red+Green+Blue) = 25+23+75=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #19174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19174B is #E6E8B4. Grayscale: #1D1D1D. Windows color (decimal): -15132853 or 4921113. OLE color: 4921113.
HSL color Cylindrical-coordinate representation of color #19174B: hue angle of 242.31º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19174B is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 23 | 75 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.71 |
| HSL | 242.31º | 0.53% | 0.19% | - |
| HSV(B) | 242.31º | 0.69% | 0.29% | - |
| XYZ | 1.98 | 1.33 | 6.81 | - |
| YUV | 29.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 75 | 0.67 | 0.69 | 0 | 0.71 | 242.31 | 0.53 | 0.19 |
| Hex | 19 | 17 | 4B | 43 | 45 | 0 | 47 | F2 | 35 | 13 |
| Octal | 31 | 27 | 113 | 103 | 105 | 0 | 107 | 362 | 65 | 23 |
| Binary | 11001 | 10111 | 1001011 | 1000011 | 1000101 | 0 | 1000111 | 11110010 | 110101 | 10011 |
Color Harmonies of #19174B
Complementary color
Monochromatic Colors of #19174B
Black with #19174B
Text Example
Text Example
White with #19174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19174B; }
p { color: rgb(25,23,75); }
H1.HeaderClassName
{
color: #19174B;
}
.AnyTagClassName
{
color: #19174B;
}
</style>
background-color css
<style>
a { background-color: #19174B; }
a { background-color: rgb(25,23,75); }
div.DivClassName
{
background-color: #19174B;
}
.BgClassName
{
background-color: #19174B;
}
</style>
border-color css
<style>
span { border-color: #19174B; }
span { border-color: rgb(25,23,75); }
td.TdClassName
{
border-color: #19174B;
}
.TagClassName
{
border-color: #19174B;
}
</style>