Shades of Paua #191153
Tints of Paua #191153
RGB
CMYK
RGB Variations
Color information
#191153 (or 0x191153) is known color: Paua. HEX triplet: 19, 11 and 53. RGB value is (25,17,83). Sum of RGB (Red+Green+Blue) = 25+17+83=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #191153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191153 is #E6EEAC. Grayscale: #1A1A1A. Windows color (decimal): -15134381 or 5443865. OLE color: 5443865.
HSL color Cylindrical-coordinate representation of color #191153: hue angle of 247.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191153 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 17 | 83 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.67 |
| HSL | 247.27º | 0.66% | 0.2% | - |
| HSV(B) | 247.27º | 0.8% | 0.33% | - |
| XYZ | 2.16 | 1.23 | 8.31 | - |
| YUV | 26.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 83 | 0.70 | 0.80 | 0 | 0.67 | 247.27 | 0.66 | 0.2 |
| Hex | 19 | 11 | 53 | 46 | 50 | 0 | 43 | F7 | 42 | 14 |
| Octal | 31 | 21 | 123 | 106 | 120 | 0 | 103 | 367 | 102 | 24 |
| Binary | 11001 | 10001 | 1010011 | 1000110 | 1010000 | 0 | 1000011 | 11110111 | 1000010 | 10100 |
Color Harmonies of #191153
Complementary color
Monochromatic Colors of #191153
Black with #191153
Text Example
Text Example
White with #191153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191153; }
p { color: rgb(25,17,83); }
H1.HeaderClassName
{
color: #191153;
}
.AnyTagClassName
{
color: #191153;
}
</style>
background-color css
<style>
a { background-color: #191153; }
a { background-color: rgb(25,17,83); }
div.DivClassName
{
background-color: #191153;
}
.BgClassName
{
background-color: #191153;
}
</style>
border-color css
<style>
span { border-color: #191153; }
span { border-color: rgb(25,17,83); }
td.TdClassName
{
border-color: #191153;
}
.TagClassName
{
border-color: #191153;
}
</style>