Shades of Paua #130F49
Tints of Paua #130F49
RGB
CMYK
RGB Variations
Color information
#130F49 (or 0x130F49) is known color: Paua. HEX triplet: 13, 0F and 49. RGB value is (19,15,73). Sum of RGB (Red+Green+Blue) = 19+15+73=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #130F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F49 is #ECF0B6. Grayscale: #161616. Windows color (decimal): -15528119 or 4787987. OLE color: 4787987.
HSL color Cylindrical-coordinate representation of color #130F49: hue angle of 244.14º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130F49 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 15 | 73 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.71 |
| HSL | 244.14º | 0.66% | 0.17% | - |
| HSV(B) | 244.14º | 0.79% | 0.29% | - |
| XYZ | 1.64 | 0.96 | 6.4 | - |
| YUV | 22.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 73 | 0.74 | 0.79 | 0 | 0.71 | 244.14 | 0.66 | 0.17 |
| Hex | 13 | F | 49 | 4A | 4F | 0 | 47 | F4 | 42 | 11 |
| Octal | 23 | 17 | 111 | 112 | 117 | 0 | 107 | 364 | 102 | 21 |
| Binary | 10011 | 1111 | 1001001 | 1001010 | 1001111 | 0 | 1000111 | 11110100 | 1000010 | 10001 |
Color Harmonies of #130F49
Complementary color
Monochromatic Colors of #130F49
Black with #130F49
Text Example
Text Example
White with #130F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F49; }
p { color: rgb(19,15,73); }
H1.HeaderClassName
{
color: #130F49;
}
.AnyTagClassName
{
color: #130F49;
}
</style>
background-color css
<style>
a { background-color: #130F49; }
a { background-color: rgb(19,15,73); }
div.DivClassName
{
background-color: #130F49;
}
.BgClassName
{
background-color: #130F49;
}
</style>
border-color css
<style>
span { border-color: #130F49; }
span { border-color: rgb(19,15,73); }
td.TdClassName
{
border-color: #130F49;
}
.TagClassName
{
border-color: #130F49;
}
</style>