Shades of Paua #191251
Tints of Paua #191251
RGB
CMYK
RGB Variations
Color information
#191251 (or 0x191251) is known color: Paua. HEX triplet: 19, 12 and 51. RGB value is (25,18,81). Sum of RGB (Red+Green+Blue) = 25+18+81=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #191251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191251 is #E6EDAE. Grayscale: #1B1B1B. Windows color (decimal): -15134127 or 5313049. OLE color: 5313049.
HSL color Cylindrical-coordinate representation of color #191251: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191251 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 18 | 81 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.68 |
| HSL | 246.67º | 0.64% | 0.19% | - |
| HSV(B) | 246.67º | 0.78% | 0.32% | - |
| XYZ | 2.1 | 1.23 | 7.91 | - |
| YUV | 27.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 81 | 0.69 | 0.78 | 0 | 0.68 | 246.67 | 0.64 | 0.19 |
| Hex | 19 | 12 | 51 | 45 | 4E | 0 | 44 | F7 | 40 | 13 |
| Octal | 31 | 22 | 121 | 105 | 116 | 0 | 104 | 367 | 100 | 23 |
| Binary | 11001 | 10010 | 1010001 | 1000101 | 1001110 | 0 | 1000100 | 11110111 | 1000000 | 10011 |
Color Harmonies of #191251
Complementary color
Monochromatic Colors of #191251
Black with #191251
Text Example
Text Example
White with #191251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191251; }
p { color: rgb(25,18,81); }
H1.HeaderClassName
{
color: #191251;
}
.AnyTagClassName
{
color: #191251;
}
</style>
background-color css
<style>
a { background-color: #191251; }
a { background-color: rgb(25,18,81); }
div.DivClassName
{
background-color: #191251;
}
.BgClassName
{
background-color: #191251;
}
</style>
border-color css
<style>
span { border-color: #191251; }
span { border-color: rgb(25,18,81); }
td.TdClassName
{
border-color: #191251;
}
.TagClassName
{
border-color: #191251;
}
</style>