Shades of Paua #130D40
Tints of Paua #130D40
RGB
CMYK
RGB Variations
Color information
#130D40 (or 0x130D40) is known color: Paua. HEX triplet: 13, 0D and 40. RGB value is (19,13,64). Sum of RGB (Red+Green+Blue) = 19+13+64=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #130D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D40 is #ECF2BF. Grayscale: #141414. Windows color (decimal): -15528640 or 4197651. OLE color: 4197651.
HSL color Cylindrical-coordinate representation of color #130D40: hue angle of 247.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130D40 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 13 | 64 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.75 |
| HSL | 247.06º | 0.66% | 0.15% | - |
| HSV(B) | 247.06º | 0.8% | 0.25% | - |
| XYZ | 1.34 | 0.8 | 4.93 | - |
| YUV | 20.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 64 | 0.70 | 0.80 | 0 | 0.75 | 247.06 | 0.66 | 0.15 |
| Hex | 13 | D | 40 | 46 | 50 | 0 | 4B | F7 | 42 | F |
| Octal | 23 | 15 | 100 | 106 | 120 | 0 | 113 | 367 | 102 | 17 |
| Binary | 10011 | 1101 | 1000000 | 1000110 | 1010000 | 0 | 1001011 | 11110111 | 1000010 | 1111 |
Color Harmonies of #130D40
Complementary color
Monochromatic Colors of #130D40
Black with #130D40
Text Example
Text Example
White with #130D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D40; }
p { color: rgb(19,13,64); }
H1.HeaderClassName
{
color: #130D40;
}
.AnyTagClassName
{
color: #130D40;
}
</style>
background-color css
<style>
a { background-color: #130D40; }
a { background-color: rgb(19,13,64); }
div.DivClassName
{
background-color: #130D40;
}
.BgClassName
{
background-color: #130D40;
}
</style>
border-color css
<style>
span { border-color: #130D40; }
span { border-color: rgb(19,13,64); }
td.TdClassName
{
border-color: #130D40;
}
.TagClassName
{
border-color: #130D40;
}
</style>