Shades of Paua #130C40
Tints of Paua #130C40
RGB
CMYK
RGB Variations
Color information
#130C40 (or 0x130C40) is known color: Paua. HEX triplet: 13, 0C and 40. RGB value is (19,12,64). Sum of RGB (Red+Green+Blue) = 19+12+64=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #130C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C40 is #ECF3BF. Grayscale: #131313. Windows color (decimal): -15528896 or 4197395. OLE color: 4197395.
HSL color Cylindrical-coordinate representation of color #130C40: hue angle of 248.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130C40 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 12 | 64 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.75 |
| HSL | 248.08º | 0.68% | 0.15% | - |
| HSV(B) | 248.08º | 0.81% | 0.25% | - |
| XYZ | 1.33 | 0.77 | 4.93 | - |
| YUV | 20.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 64 | 0.70 | 0.81 | 0 | 0.75 | 248.08 | 0.68 | 0.15 |
| Hex | 13 | C | 40 | 46 | 51 | 0 | 4B | F8 | 44 | F |
| Octal | 23 | 14 | 100 | 106 | 121 | 0 | 113 | 370 | 104 | 17 |
| Binary | 10011 | 1100 | 1000000 | 1000110 | 1010001 | 0 | 1001011 | 11111000 | 1000100 | 1111 |
Color Harmonies of #130C40
Complementary color
Monochromatic Colors of #130C40
Black with #130C40
Text Example
Text Example
White with #130C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C40; }
p { color: rgb(19,12,64); }
H1.HeaderClassName
{
color: #130C40;
}
.AnyTagClassName
{
color: #130C40;
}
</style>
background-color css
<style>
a { background-color: #130C40; }
a { background-color: rgb(19,12,64); }
div.DivClassName
{
background-color: #130C40;
}
.BgClassName
{
background-color: #130C40;
}
</style>
border-color css
<style>
span { border-color: #130C40; }
span { border-color: rgb(19,12,64); }
td.TdClassName
{
border-color: #130C40;
}
.TagClassName
{
border-color: #130C40;
}
</style>