Shades of Paua #131650
Tints of Paua #131650
RGB
CMYK
RGB Variations
Color information
#131650 (or 0x131650) is known color: Paua. HEX triplet: 13, 16 and 50. RGB value is (19,22,80). Sum of RGB (Red+Green+Blue) = 19+22+80=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #131650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131650 is #ECE9AF. Grayscale: #1B1B1B. Windows color (decimal): -15526320 or 5248531. OLE color: 5248531.
HSL color Cylindrical-coordinate representation of color #131650: hue angle of 237.05º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131650 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 22 | 80 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.69 |
| HSL | 237.05º | 0.62% | 0.19% | - |
| HSV(B) | 237.05º | 0.76% | 0.31% | - |
| XYZ | 2 | 1.29 | 7.73 | - |
| YUV | 27.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 80 | 0.76 | 0.72 | 0 | 0.69 | 237.05 | 0.62 | 0.19 |
| Hex | 13 | 16 | 50 | 4C | 48 | 0 | 45 | ED | 3E | 13 |
| Octal | 23 | 26 | 120 | 114 | 110 | 0 | 105 | 355 | 76 | 23 |
| Binary | 10011 | 10110 | 1010000 | 1001100 | 1001000 | 0 | 1000101 | 11101101 | 111110 | 10011 |
Color Harmonies of #131650
Complementary color
Monochromatic Colors of #131650
Black with #131650
Text Example
Text Example
White with #131650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131650; }
p { color: rgb(19,22,80); }
H1.HeaderClassName
{
color: #131650;
}
.AnyTagClassName
{
color: #131650;
}
</style>
background-color css
<style>
a { background-color: #131650; }
a { background-color: rgb(19,22,80); }
div.DivClassName
{
background-color: #131650;
}
.BgClassName
{
background-color: #131650;
}
</style>
border-color css
<style>
span { border-color: #131650; }
span { border-color: rgb(19,22,80); }
td.TdClassName
{
border-color: #131650;
}
.TagClassName
{
border-color: #131650;
}
</style>