Shades of Paua #191950
Tints of Paua #191950
RGB
CMYK
RGB Variations
Color information
#191950 (or 0x191950) is known color: Paua. HEX triplet: 19, 19 and 50. RGB value is (25,25,80). Sum of RGB (Red+Green+Blue) = 25+25+80=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #191950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191950 is #E6E6AF. Grayscale: #1F1F1F. Windows color (decimal): -15132336 or 5249305. OLE color: 5249305.
HSL color Cylindrical-coordinate representation of color #191950: hue angle of 240º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191950 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 25 | 80 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.69 |
| HSL | 240º | 0.52% | 0.21% | - |
| HSV(B) | 240º | 0.69% | 0.31% | - |
| XYZ | 2.2 | 1.48 | 7.76 | - |
| YUV | 31.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 80 | 0.69 | 0.69 | 0 | 0.69 | 240 | 0.52 | 0.21 |
| Hex | 19 | 19 | 50 | 45 | 45 | 0 | 45 | F0 | 34 | 15 |
| Octal | 31 | 31 | 120 | 105 | 105 | 0 | 105 | 360 | 64 | 25 |
| Binary | 11001 | 11001 | 1010000 | 1000101 | 1000101 | 0 | 1000101 | 11110000 | 110100 | 10101 |
Color Harmonies of #191950
Complementary color
Monochromatic Colors of #191950
Black with #191950
Text Example
Text Example
White with #191950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191950; }
p { color: rgb(25,25,80); }
H1.HeaderClassName
{
color: #191950;
}
.AnyTagClassName
{
color: #191950;
}
</style>
background-color css
<style>
a { background-color: #191950; }
a { background-color: rgb(25,25,80); }
div.DivClassName
{
background-color: #191950;
}
.BgClassName
{
background-color: #191950;
}
</style>
border-color css
<style>
span { border-color: #191950; }
span { border-color: rgb(25,25,80); }
td.TdClassName
{
border-color: #191950;
}
.TagClassName
{
border-color: #191950;
}
</style>