Shades of Paua #191254
Tints of Paua #191254
RGB
CMYK
RGB Variations
Color information
#191254 (or 0x191254) is known color: Paua. HEX triplet: 19, 12 and 54. RGB value is (25,18,84). Sum of RGB (Red+Green+Blue) = 25+18+84=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #191254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191254 is #E6EDAB. Grayscale: #1B1B1B. Windows color (decimal): -15134124 or 5509657. OLE color: 5509657.
HSL color Cylindrical-coordinate representation of color #191254: hue angle of 246.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #191254 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 18 | 84 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.67 |
| HSL | 246.36º | 0.65% | 0.2% | - |
| HSV(B) | 246.36º | 0.79% | 0.33% | - |
| XYZ | 2.22 | 1.28 | 8.52 | - |
| YUV | 27.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 84 | 0.70 | 0.79 | 0 | 0.67 | 246.36 | 0.65 | 0.2 |
| Hex | 19 | 12 | 54 | 46 | 4F | 0 | 43 | F6 | 41 | 14 |
| Octal | 31 | 22 | 124 | 106 | 117 | 0 | 103 | 366 | 101 | 24 |
| Binary | 11001 | 10010 | 1010100 | 1000110 | 1001111 | 0 | 1000011 | 11110110 | 1000001 | 10100 |
Color Harmonies of #191254
Complementary color
Monochromatic Colors of #191254
Black with #191254
Text Example
Text Example
White with #191254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191254; }
p { color: rgb(25,18,84); }
H1.HeaderClassName
{
color: #191254;
}
.AnyTagClassName
{
color: #191254;
}
</style>
background-color css
<style>
a { background-color: #191254; }
a { background-color: rgb(25,18,84); }
div.DivClassName
{
background-color: #191254;
}
.BgClassName
{
background-color: #191254;
}
</style>
border-color css
<style>
span { border-color: #191254; }
span { border-color: rgb(25,18,84); }
td.TdClassName
{
border-color: #191254;
}
.TagClassName
{
border-color: #191254;
}
</style>