Shades of Paua #130251
Tints of Paua #130251
RGB
CMYK
RGB Variations
Color information
#130251 (or 0x130251) is known color: Paua. HEX triplet: 13, 02 and 51. RGB value is (19,2,81). Sum of RGB (Red+Green+Blue) = 19+2+81=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #130251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130251 is #ECFDAE. Grayscale: #0F0F0F. Windows color (decimal): -15531439 or 5308947. OLE color: 5308947.
HSL color Cylindrical-coordinate representation of color #130251: hue angle of 252.91º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130251 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 2 | 81 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.68 |
| HSL | 252.91º | 0.95% | 0.16% | - |
| HSV(B) | 252.91º | 0.98% | 0.32% | - |
| XYZ | 1.78 | 0.78 | 7.84 | - |
| YUV | 16.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 81 | 0.77 | 0.98 | 0 | 0.68 | 252.91 | 0.95 | 0.16 |
| Hex | 13 | 2 | 51 | 4D | 62 | 0 | 44 | FD | 5F | 10 |
| Octal | 23 | 2 | 121 | 115 | 142 | 0 | 104 | 375 | 137 | 20 |
| Binary | 10011 | 10 | 1010001 | 1001101 | 1100010 | 0 | 1000100 | 11111101 | 1011111 | 10000 |
Color Harmonies of #130251
Complementary color
Monochromatic Colors of #130251
Black with #130251
Text Example
Text Example
White with #130251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130251; }
p { color: rgb(19,2,81); }
H1.HeaderClassName
{
color: #130251;
}
.AnyTagClassName
{
color: #130251;
}
</style>
background-color css
<style>
a { background-color: #130251; }
a { background-color: rgb(19,2,81); }
div.DivClassName
{
background-color: #130251;
}
.BgClassName
{
background-color: #130251;
}
</style>
border-color css
<style>
span { border-color: #130251; }
span { border-color: rgb(19,2,81); }
td.TdClassName
{
border-color: #130251;
}
.TagClassName
{
border-color: #130251;
}
</style>