Shades of Paua #130D46
Tints of Paua #130D46
RGB
CMYK
RGB Variations
Color information
#130D46 (or 0x130D46) is known color: Paua. HEX triplet: 13, 0D and 46. RGB value is (19,13,70). Sum of RGB (Red+Green+Blue) = 19+13+70=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #130D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D46 is #ECF2B9. Grayscale: #151515. Windows color (decimal): -15528634 or 4590867. OLE color: 4590867.
HSL color Cylindrical-coordinate representation of color #130D46: hue angle of 246.32º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130D46 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 13 | 70 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.73 |
| HSL | 246.32º | 0.69% | 0.16% | - |
| HSV(B) | 246.32º | 0.81% | 0.27% | - |
| XYZ | 1.52 | 0.87 | 5.88 | - |
| YUV | 21.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 70 | 0.73 | 0.81 | 0 | 0.73 | 246.32 | 0.69 | 0.16 |
| Hex | 13 | D | 46 | 49 | 51 | 0 | 49 | F6 | 45 | 10 |
| Octal | 23 | 15 | 106 | 111 | 121 | 0 | 111 | 366 | 105 | 20 |
| Binary | 10011 | 1101 | 1000110 | 1001001 | 1010001 | 0 | 1001001 | 11110110 | 1000101 | 10000 |
Color Harmonies of #130D46
Complementary color
Monochromatic Colors of #130D46
Black with #130D46
Text Example
Text Example
White with #130D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D46; }
p { color: rgb(19,13,70); }
H1.HeaderClassName
{
color: #130D46;
}
.AnyTagClassName
{
color: #130D46;
}
</style>
background-color css
<style>
a { background-color: #130D46; }
a { background-color: rgb(19,13,70); }
div.DivClassName
{
background-color: #130D46;
}
.BgClassName
{
background-color: #130D46;
}
</style>
border-color css
<style>
span { border-color: #130D46; }
span { border-color: rgb(19,13,70); }
td.TdClassName
{
border-color: #130D46;
}
.TagClassName
{
border-color: #130D46;
}
</style>