Shades of Paua #191540
Tints of Paua #191540
RGB
CMYK
RGB Variations
Color information
#191540 (or 0x191540) is known color: Paua. HEX triplet: 19, 15 and 40. RGB value is (25,21,64). Sum of RGB (Red+Green+Blue) = 25+21+64=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #191540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191540 is #E6EABF. Grayscale: #1A1A1A. Windows color (decimal): -15133376 or 4199705. OLE color: 4199705.
HSL color Cylindrical-coordinate representation of color #191540: hue angle of 245.58º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191540 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 21 | 64 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.75 |
| HSL | 245.58º | 0.51% | 0.17% | - |
| HSV(B) | 245.58º | 0.67% | 0.25% | - |
| XYZ | 1.59 | 1.11 | 4.98 | - |
| YUV | 27.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 64 | 0.61 | 0.67 | 0 | 0.75 | 245.58 | 0.51 | 0.17 |
| Hex | 19 | 15 | 40 | 3D | 43 | 0 | 4B | F6 | 33 | 11 |
| Octal | 31 | 25 | 100 | 75 | 103 | 0 | 113 | 366 | 63 | 21 |
| Binary | 11001 | 10101 | 1000000 | 111101 | 1000011 | 0 | 1001011 | 11110110 | 110011 | 10001 |
Color Harmonies of #191540
Complementary color
Monochromatic Colors of #191540
Black with #191540
Text Example
Text Example
White with #191540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191540; }
p { color: rgb(25,21,64); }
H1.HeaderClassName
{
color: #191540;
}
.AnyTagClassName
{
color: #191540;
}
</style>
background-color css
<style>
a { background-color: #191540; }
a { background-color: rgb(25,21,64); }
div.DivClassName
{
background-color: #191540;
}
.BgClassName
{
background-color: #191540;
}
</style>
border-color css
<style>
span { border-color: #191540; }
span { border-color: rgb(25,21,64); }
td.TdClassName
{
border-color: #191540;
}
.TagClassName
{
border-color: #191540;
}
</style>