Shades of Paua #130B51
Tints of Paua #130B51
RGB
CMYK
RGB Variations
Color information
#130B51 (or 0x130B51) is known color: Paua. HEX triplet: 13, 0B and 51. RGB value is (19,11,81). Sum of RGB (Red+Green+Blue) = 19+11+81=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #130B51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B51 is #ECF4AE. Grayscale: #151515. Windows color (decimal): -15529135 or 5311251. OLE color: 5311251.
HSL color Cylindrical-coordinate representation of color #130B51: hue angle of 246.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130B51 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 11 | 81 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.68 |
| HSL | 246.86º | 0.76% | 0.18% | - |
| HSV(B) | 246.86º | 0.86% | 0.32% | - |
| XYZ | 1.87 | 0.97 | 7.87 | - |
| YUV | 21.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 81 | 0.77 | 0.86 | 0 | 0.68 | 246.86 | 0.76 | 0.18 |
| Hex | 13 | B | 51 | 4D | 56 | 0 | 44 | F7 | 4C | 12 |
| Octal | 23 | 13 | 121 | 115 | 126 | 0 | 104 | 367 | 114 | 22 |
| Binary | 10011 | 1011 | 1010001 | 1001101 | 1010110 | 0 | 1000100 | 11110111 | 1001100 | 10010 |
Color Harmonies of #130B51
Complementary color
Monochromatic Colors of #130B51
Black with #130B51
Text Example
Text Example
White with #130B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B51; }
p { color: rgb(19,11,81); }
H1.HeaderClassName
{
color: #130B51;
}
.AnyTagClassName
{
color: #130B51;
}
</style>
background-color css
<style>
a { background-color: #130B51; }
a { background-color: rgb(19,11,81); }
div.DivClassName
{
background-color: #130B51;
}
.BgClassName
{
background-color: #130B51;
}
</style>
border-color css
<style>
span { border-color: #130B51; }
span { border-color: rgb(19,11,81); }
td.TdClassName
{
border-color: #130B51;
}
.TagClassName
{
border-color: #130B51;
}
</style>