Shades of Paua #191144
Tints of Paua #191144
RGB
CMYK
RGB Variations
Color information
#191144 (or 0x191144) is known color: Paua. HEX triplet: 19, 11 and 44. RGB value is (25,17,68). Sum of RGB (Red+Green+Blue) = 25+17+68=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #191144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191144 is #E6EEBB. Grayscale: #191919. Windows color (decimal): -15134396 or 4460825. OLE color: 4460825.
HSL color Cylindrical-coordinate representation of color #191144: hue angle of 249.41º 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 #191144 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 17 | 68 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.73 |
| HSL | 249.41º | 0.6% | 0.17% | - |
| HSV(B) | 249.41º | 0.75% | 0.27% | - |
| XYZ | 1.64 | 1.02 | 5.58 | - |
| YUV | 25.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 68 | 0.63 | 0.75 | 0 | 0.73 | 249.41 | 0.6 | 0.17 |
| Hex | 19 | 11 | 44 | 3F | 4B | 0 | 49 | F9 | 3C | 11 |
| Octal | 31 | 21 | 104 | 77 | 113 | 0 | 111 | 371 | 74 | 21 |
| Binary | 11001 | 10001 | 1000100 | 111111 | 1001011 | 0 | 1001001 | 11111001 | 111100 | 10001 |
Color Harmonies of #191144
Complementary color
Monochromatic Colors of #191144
Black with #191144
Text Example
Text Example
White with #191144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191144; }
p { color: rgb(25,17,68); }
H1.HeaderClassName
{
color: #191144;
}
.AnyTagClassName
{
color: #191144;
}
</style>
background-color css
<style>
a { background-color: #191144; }
a { background-color: rgb(25,17,68); }
div.DivClassName
{
background-color: #191144;
}
.BgClassName
{
background-color: #191144;
}
</style>
border-color css
<style>
span { border-color: #191144; }
span { border-color: rgb(25,17,68); }
td.TdClassName
{
border-color: #191144;
}
.TagClassName
{
border-color: #191144;
}
</style>