Shades of Paua #130D49
Tints of Paua #130D49
RGB
CMYK
RGB Variations
Color information
#130D49 (or 0x130D49) is known color: Paua. HEX triplet: 13, 0D and 49. RGB value is (19,13,73). Sum of RGB (Red+Green+Blue) = 19+13+73=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #130D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D49 is #ECF2B6. Grayscale: #151515. Windows color (decimal): -15528631 or 4787475. OLE color: 4787475.
HSL color Cylindrical-coordinate representation of color #130D49: hue angle of 246º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130D49 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 13 | 73 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.71 |
| HSL | 246º | 0.7% | 0.17% | - |
| HSV(B) | 246º | 0.82% | 0.29% | - |
| XYZ | 1.62 | 0.91 | 6.39 | - |
| YUV | 21.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 73 | 0.74 | 0.82 | 0 | 0.71 | 246 | 0.7 | 0.17 |
| Hex | 13 | D | 49 | 4A | 52 | 0 | 47 | F6 | 46 | 11 |
| Octal | 23 | 15 | 111 | 112 | 122 | 0 | 107 | 366 | 106 | 21 |
| Binary | 10011 | 1101 | 1001001 | 1001010 | 1010010 | 0 | 1000111 | 11110110 | 1000110 | 10001 |
Color Harmonies of #130D49
Complementary color
Monochromatic Colors of #130D49
Black with #130D49
Text Example
Text Example
White with #130D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D49; }
p { color: rgb(19,13,73); }
H1.HeaderClassName
{
color: #130D49;
}
.AnyTagClassName
{
color: #130D49;
}
</style>
background-color css
<style>
a { background-color: #130D49; }
a { background-color: rgb(19,13,73); }
div.DivClassName
{
background-color: #130D49;
}
.BgClassName
{
background-color: #130D49;
}
</style>
border-color css
<style>
span { border-color: #130D49; }
span { border-color: rgb(19,13,73); }
td.TdClassName
{
border-color: #130D49;
}
.TagClassName
{
border-color: #130D49;
}
</style>