Shades of Paua #191145
Tints of Paua #191145
RGB
CMYK
RGB Variations
Color information
#191145 (or 0x191145) is known color: Paua. HEX triplet: 19, 11 and 45. RGB value is (25,17,69). Sum of RGB (Red+Green+Blue) = 25+17+69=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #191145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191145 is #E6EEBA. Grayscale: #191919. Windows color (decimal): -15134395 or 4526361. OLE color: 4526361.
HSL color Cylindrical-coordinate representation of color #191145: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191145 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 17 | 69 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.73 |
| HSL | 249.23º | 0.6% | 0.17% | - |
| HSV(B) | 249.23º | 0.75% | 0.27% | - |
| XYZ | 1.68 | 1.04 | 5.74 | - |
| YUV | 25.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 69 | 0.64 | 0.75 | 0 | 0.73 | 249.23 | 0.6 | 0.17 |
| Hex | 19 | 11 | 45 | 40 | 4B | 0 | 49 | F9 | 3C | 11 |
| Octal | 31 | 21 | 105 | 100 | 113 | 0 | 111 | 371 | 74 | 21 |
| Binary | 11001 | 10001 | 1000101 | 1000000 | 1001011 | 0 | 1001001 | 11111001 | 111100 | 10001 |
Color Harmonies of #191145
Complementary color
Monochromatic Colors of #191145
Black with #191145
Text Example
Text Example
White with #191145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191145; }
p { color: rgb(25,17,69); }
H1.HeaderClassName
{
color: #191145;
}
.AnyTagClassName
{
color: #191145;
}
</style>
background-color css
<style>
a { background-color: #191145; }
a { background-color: rgb(25,17,69); }
div.DivClassName
{
background-color: #191145;
}
.BgClassName
{
background-color: #191145;
}
</style>
border-color css
<style>
span { border-color: #191145; }
span { border-color: rgb(25,17,69); }
td.TdClassName
{
border-color: #191145;
}
.TagClassName
{
border-color: #191145;
}
</style>