Shades of Paua #130B49
Tints of Paua #130B49
RGB
CMYK
RGB Variations
Color information
#130B49 (or 0x130B49) is known color: Paua. HEX triplet: 13, 0B and 49. RGB value is (19,11,73). Sum of RGB (Red+Green+Blue) = 19+11+73=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #130B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B49 is #ECF4B6. Grayscale: #141414. Windows color (decimal): -15529143 or 4786963. OLE color: 4786963.
HSL color Cylindrical-coordinate representation of color #130B49: hue angle of 247.74º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130B49 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 11 | 73 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.71 |
| HSL | 247.74º | 0.74% | 0.16% | - |
| HSV(B) | 247.74º | 0.85% | 0.29% | - |
| XYZ | 1.59 | 0.86 | 6.39 | - |
| YUV | 20.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 73 | 0.74 | 0.85 | 0 | 0.71 | 247.74 | 0.74 | 0.16 |
| Hex | 13 | B | 49 | 4A | 55 | 0 | 47 | F8 | 4A | 10 |
| Octal | 23 | 13 | 111 | 112 | 125 | 0 | 107 | 370 | 112 | 20 |
| Binary | 10011 | 1011 | 1001001 | 1001010 | 1010101 | 0 | 1000111 | 11111000 | 1001010 | 10000 |
Color Harmonies of #130B49
Complementary color
Monochromatic Colors of #130B49
Black with #130B49
Text Example
Text Example
White with #130B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B49; }
p { color: rgb(19,11,73); }
H1.HeaderClassName
{
color: #130B49;
}
.AnyTagClassName
{
color: #130B49;
}
</style>
background-color css
<style>
a { background-color: #130B49; }
a { background-color: rgb(19,11,73); }
div.DivClassName
{
background-color: #130B49;
}
.BgClassName
{
background-color: #130B49;
}
</style>
border-color css
<style>
span { border-color: #130B49; }
span { border-color: rgb(19,11,73); }
td.TdClassName
{
border-color: #130B49;
}
.TagClassName
{
border-color: #130B49;
}
</style>