Shades of Paua #130A51
Tints of Paua #130A51
RGB
CMYK
RGB Variations
Color information
#130A51 (or 0x130A51) is known color: Paua. HEX triplet: 13, 0A and 51. RGB value is (19,10,81). Sum of RGB (Red+Green+Blue) = 19+10+81=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #130A51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A51 is #ECF5AE. Grayscale: #141414. Windows color (decimal): -15529391 or 5310995. OLE color: 5310995.
HSL color Cylindrical-coordinate representation of color #130A51: hue angle of 247.61º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130A51 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 10 | 81 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.68 |
| HSL | 247.61º | 0.78% | 0.18% | - |
| HSV(B) | 247.61º | 0.88% | 0.32% | - |
| XYZ | 1.86 | 0.95 | 7.87 | - |
| YUV | 20.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 81 | 0.77 | 0.88 | 0 | 0.68 | 247.61 | 0.78 | 0.18 |
| Hex | 13 | A | 51 | 4D | 58 | 0 | 44 | F8 | 4E | 12 |
| Octal | 23 | 12 | 121 | 115 | 130 | 0 | 104 | 370 | 116 | 22 |
| Binary | 10011 | 1010 | 1010001 | 1001101 | 1011000 | 0 | 1000100 | 11111000 | 1001110 | 10010 |
Color Harmonies of #130A51
Complementary color
Monochromatic Colors of #130A51
Black with #130A51
Text Example
Text Example
White with #130A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A51; }
p { color: rgb(19,10,81); }
H1.HeaderClassName
{
color: #130A51;
}
.AnyTagClassName
{
color: #130A51;
}
</style>
background-color css
<style>
a { background-color: #130A51; }
a { background-color: rgb(19,10,81); }
div.DivClassName
{
background-color: #130A51;
}
.BgClassName
{
background-color: #130A51;
}
</style>
border-color css
<style>
span { border-color: #130A51; }
span { border-color: rgb(19,10,81); }
td.TdClassName
{
border-color: #130A51;
}
.TagClassName
{
border-color: #130A51;
}
</style>