Shades of Paua #130A44
Tints of Paua #130A44
RGB
CMYK
RGB Variations
Color information
#130A44 (or 0x130A44) is known color: Paua. HEX triplet: 13, 0A and 44. RGB value is (19,10,68). Sum of RGB (Red+Green+Blue) = 19+10+68=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 68 (26.95% from 255 or 70.10% from 97); Max value from RGB is 68 - color contains mainly: blue. Hex color #130A44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A44 is #ECF5BB. Grayscale: #131313. Windows color (decimal): -15529404 or 4459027. OLE color: 4459027.
HSL color Cylindrical-coordinate representation of color #130A44: hue angle of 249.31º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130A44 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 10 | 68 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.73 |
| HSL | 249.31º | 0.74% | 0.15% | - |
| HSV(B) | 249.31º | 0.85% | 0.27% | - |
| XYZ | 1.42 | 0.77 | 5.54 | - |
| YUV | 19.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 68 | 0.72 | 0.85 | 0 | 0.73 | 249.31 | 0.74 | 0.15 |
| Hex | 13 | A | 44 | 48 | 55 | 0 | 49 | F9 | 4A | F |
| Octal | 23 | 12 | 104 | 110 | 125 | 0 | 111 | 371 | 112 | 17 |
| Binary | 10011 | 1010 | 1000100 | 1001000 | 1010101 | 0 | 1001001 | 11111001 | 1001010 | 1111 |
Color Harmonies of #130A44
Complementary color
Monochromatic Colors of #130A44
Black with #130A44
Text Example
Text Example
White with #130A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A44; }
p { color: rgb(19,10,68); }
H1.HeaderClassName
{
color: #130A44;
}
.AnyTagClassName
{
color: #130A44;
}
</style>
background-color css
<style>
a { background-color: #130A44; }
a { background-color: rgb(19,10,68); }
div.DivClassName
{
background-color: #130A44;
}
.BgClassName
{
background-color: #130A44;
}
</style>
border-color css
<style>
span { border-color: #130A44; }
span { border-color: rgb(19,10,68); }
td.TdClassName
{
border-color: #130A44;
}
.TagClassName
{
border-color: #130A44;
}
</style>