Shades of Paua #130C41
Tints of Paua #130C41
RGB
CMYK
RGB Variations
Color information
#130C41 (or 0x130C41) is known color: Paua. HEX triplet: 13, 0C and 41. RGB value is (19,12,65). Sum of RGB (Red+Green+Blue) = 19+12+65=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 65 (25.78% from 255 or 67.71% from 96); Max value from RGB is 65 - color contains mainly: blue. Hex color #130C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C41 is #ECF3BE. Grayscale: #131313. Windows color (decimal): -15528895 or 4262931. OLE color: 4262931.
HSL color Cylindrical-coordinate representation of color #130C41: hue angle of 247.92º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130C41 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 12 | 65 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.75 |
| HSL | 247.92º | 0.69% | 0.15% | - |
| HSV(B) | 247.92º | 0.82% | 0.25% | - |
| XYZ | 1.35 | 0.78 | 5.08 | - |
| YUV | 20.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 65 | 0.71 | 0.82 | 0 | 0.75 | 247.92 | 0.69 | 0.15 |
| Hex | 13 | C | 41 | 47 | 52 | 0 | 4B | F8 | 45 | F |
| Octal | 23 | 14 | 101 | 107 | 122 | 0 | 113 | 370 | 105 | 17 |
| Binary | 10011 | 1100 | 1000001 | 1000111 | 1010010 | 0 | 1001011 | 11111000 | 1000101 | 1111 |
Color Harmonies of #130C41
Complementary color
Monochromatic Colors of #130C41
Black with #130C41
Text Example
Text Example
White with #130C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C41; }
p { color: rgb(19,12,65); }
H1.HeaderClassName
{
color: #130C41;
}
.AnyTagClassName
{
color: #130C41;
}
</style>
background-color css
<style>
a { background-color: #130C41; }
a { background-color: rgb(19,12,65); }
div.DivClassName
{
background-color: #130C41;
}
.BgClassName
{
background-color: #130C41;
}
</style>
border-color css
<style>
span { border-color: #130C41; }
span { border-color: rgb(19,12,65); }
td.TdClassName
{
border-color: #130C41;
}
.TagClassName
{
border-color: #130C41;
}
</style>