Shades of Paua #130D52
Tints of Paua #130D52
RGB
CMYK
RGB Variations
Color information
#130D52 (or 0x130D52) is known color: Paua. HEX triplet: 13, 0D and 52. RGB value is (19,13,82). Sum of RGB (Red+Green+Blue) = 19+13+82=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #130D52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D52 is #ECF2AD. Grayscale: #161616. Windows color (decimal): -15528622 or 5377299. OLE color: 5377299.
HSL color Cylindrical-coordinate representation of color #130D52: hue angle of 245.22º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130D52 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 13 | 82 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.68 |
| HSL | 245.22º | 0.73% | 0.19% | - |
| HSV(B) | 245.22º | 0.84% | 0.32% | - |
| XYZ | 1.94 | 1.04 | 8.08 | - |
| YUV | 22.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 82 | 0.77 | 0.84 | 0 | 0.68 | 245.22 | 0.73 | 0.19 |
| Hex | 13 | D | 52 | 4D | 54 | 0 | 44 | F5 | 49 | 13 |
| Octal | 23 | 15 | 122 | 115 | 124 | 0 | 104 | 365 | 111 | 23 |
| Binary | 10011 | 1101 | 1010010 | 1001101 | 1010100 | 0 | 1000100 | 11110101 | 1001001 | 10011 |
Color Harmonies of #130D52
Complementary color
Monochromatic Colors of #130D52
Black with #130D52
Text Example
Text Example
White with #130D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D52; }
p { color: rgb(19,13,82); }
H1.HeaderClassName
{
color: #130D52;
}
.AnyTagClassName
{
color: #130D52;
}
</style>
background-color css
<style>
a { background-color: #130D52; }
a { background-color: rgb(19,13,82); }
div.DivClassName
{
background-color: #130D52;
}
.BgClassName
{
background-color: #130D52;
}
</style>
border-color css
<style>
span { border-color: #130D52; }
span { border-color: rgb(19,13,82); }
td.TdClassName
{
border-color: #130D52;
}
.TagClassName
{
border-color: #130D52;
}
</style>