Shades of Paua #130F46
Tints of Paua #130F46
RGB
CMYK
RGB Variations
Color information
#130F46 (or 0x130F46) is known color: Paua. HEX triplet: 13, 0F and 46. RGB value is (19,15,70). Sum of RGB (Red+Green+Blue) = 19+15+70=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #130F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F46 is #ECF0B9. Grayscale: #161616. Windows color (decimal): -15528122 or 4591379. OLE color: 4591379.
HSL color Cylindrical-coordinate representation of color #130F46: hue angle of 244.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130F46 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 15 | 70 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.73 |
| HSL | 244.36º | 0.65% | 0.17% | - |
| HSV(B) | 244.36º | 0.79% | 0.27% | - |
| XYZ | 1.54 | 0.92 | 5.89 | - |
| YUV | 22.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 70 | 0.73 | 0.79 | 0 | 0.73 | 244.36 | 0.65 | 0.17 |
| Hex | 13 | F | 46 | 49 | 4F | 0 | 49 | F4 | 41 | 11 |
| Octal | 23 | 17 | 106 | 111 | 117 | 0 | 111 | 364 | 101 | 21 |
| Binary | 10011 | 1111 | 1000110 | 1001001 | 1001111 | 0 | 1001001 | 11110100 | 1000001 | 10001 |
Color Harmonies of #130F46
Complementary color
Monochromatic Colors of #130F46
Black with #130F46
Text Example
Text Example
White with #130F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F46; }
p { color: rgb(19,15,70); }
H1.HeaderClassName
{
color: #130F46;
}
.AnyTagClassName
{
color: #130F46;
}
</style>
background-color css
<style>
a { background-color: #130F46; }
a { background-color: rgb(19,15,70); }
div.DivClassName
{
background-color: #130F46;
}
.BgClassName
{
background-color: #130F46;
}
</style>
border-color css
<style>
span { border-color: #130F46; }
span { border-color: rgb(19,15,70); }
td.TdClassName
{
border-color: #130F46;
}
.TagClassName
{
border-color: #130F46;
}
</style>