Shades of Paua #130551
Tints of Paua #130551
RGB
CMYK
RGB Variations
Color information
#130551 (or 0x130551) is known color: Paua. HEX triplet: 13, 05 and 51. RGB value is (19,5,81). Sum of RGB (Red+Green+Blue) = 19+5+81=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #130551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130551 is #ECFAAE. Grayscale: #111111. Windows color (decimal): -15530671 or 5309715. OLE color: 5309715.
HSL color Cylindrical-coordinate representation of color #130551: hue angle of 251.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130551 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 5 | 81 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.68 |
| HSL | 251.05º | 0.88% | 0.17% | - |
| HSV(B) | 251.05º | 0.94% | 0.32% | - |
| XYZ | 1.81 | 0.84 | 7.85 | - |
| YUV | 17.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 81 | 0.77 | 0.94 | 0 | 0.68 | 251.05 | 0.88 | 0.17 |
| Hex | 13 | 5 | 51 | 4D | 5E | 0 | 44 | FB | 58 | 11 |
| Octal | 23 | 5 | 121 | 115 | 136 | 0 | 104 | 373 | 130 | 21 |
| Binary | 10011 | 101 | 1010001 | 1001101 | 1011110 | 0 | 1000100 | 11111011 | 1011000 | 10001 |
Color Harmonies of #130551
Complementary color
Monochromatic Colors of #130551
Black with #130551
Text Example
Text Example
White with #130551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130551; }
p { color: rgb(19,5,81); }
H1.HeaderClassName
{
color: #130551;
}
.AnyTagClassName
{
color: #130551;
}
</style>
background-color css
<style>
a { background-color: #130551; }
a { background-color: rgb(19,5,81); }
div.DivClassName
{
background-color: #130551;
}
.BgClassName
{
background-color: #130551;
}
</style>
border-color css
<style>
span { border-color: #130551; }
span { border-color: rgb(19,5,81); }
td.TdClassName
{
border-color: #130551;
}
.TagClassName
{
border-color: #130551;
}
</style>