Shades of Paua #130F45
Tints of Paua #130F45
RGB
CMYK
RGB Variations
Color information
#130F45 (or 0x130F45) is known color: Paua. HEX triplet: 13, 0F and 45. RGB value is (19,15,69). Sum of RGB (Red+Green+Blue) = 19+15+69=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #130F45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F45 is #ECF0BA. Grayscale: #161616. Windows color (decimal): -15528123 or 4525843. OLE color: 4525843.
HSL color Cylindrical-coordinate representation of color #130F45: hue angle of 244.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130F45 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 15 | 69 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.73 |
| HSL | 244.44º | 0.64% | 0.16% | - |
| HSV(B) | 244.44º | 0.78% | 0.27% | - |
| XYZ | 1.51 | 0.91 | 5.73 | - |
| YUV | 22.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 69 | 0.72 | 0.78 | 0 | 0.73 | 244.44 | 0.64 | 0.16 |
| Hex | 13 | F | 45 | 48 | 4E | 0 | 49 | F4 | 40 | 10 |
| Octal | 23 | 17 | 105 | 110 | 116 | 0 | 111 | 364 | 100 | 20 |
| Binary | 10011 | 1111 | 1000101 | 1001000 | 1001110 | 0 | 1001001 | 11110100 | 1000000 | 10000 |
Color Harmonies of #130F45
Complementary color
Monochromatic Colors of #130F45
Black with #130F45
Text Example
Text Example
White with #130F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F45; }
p { color: rgb(19,15,69); }
H1.HeaderClassName
{
color: #130F45;
}
.AnyTagClassName
{
color: #130F45;
}
</style>
background-color css
<style>
a { background-color: #130F45; }
a { background-color: rgb(19,15,69); }
div.DivClassName
{
background-color: #130F45;
}
.BgClassName
{
background-color: #130F45;
}
</style>
border-color css
<style>
span { border-color: #130F45; }
span { border-color: rgb(19,15,69); }
td.TdClassName
{
border-color: #130F45;
}
.TagClassName
{
border-color: #130F45;
}
</style>