Shades of Paua #131145
Tints of Paua #131145
RGB
CMYK
RGB Variations
Color information
#131145 (or 0x131145) is known color: Paua. HEX triplet: 13, 11 and 45. RGB value is (19,17,69). Sum of RGB (Red+Green+Blue) = 19+17+69=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 69 (27.34% from 255 or 65.71% from 105); Max value from RGB is 69 - color contains mainly: blue. Hex color #131145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131145 is #ECEEBA. Grayscale: #171717. Windows color (decimal): -15527611 or 4526355. OLE color: 4526355.
HSL color Cylindrical-coordinate representation of color #131145: hue angle of 242.31º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131145 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 17 | 69 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.73 |
| HSL | 242.31º | 0.6% | 0.17% | - |
| HSV(B) | 242.31º | 0.75% | 0.27% | - |
| XYZ | 1.54 | 0.97 | 5.74 | - |
| YUV | 23.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 69 | 0.72 | 0.75 | 0 | 0.73 | 242.31 | 0.6 | 0.17 |
| Hex | 13 | 11 | 45 | 48 | 4B | 0 | 49 | F2 | 3C | 11 |
| Octal | 23 | 21 | 105 | 110 | 113 | 0 | 111 | 362 | 74 | 21 |
| Binary | 10011 | 10001 | 1000101 | 1001000 | 1001011 | 0 | 1001001 | 11110010 | 111100 | 10001 |
Color Harmonies of #131145
Complementary color
Monochromatic Colors of #131145
Black with #131145
Text Example
Text Example
White with #131145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131145; }
p { color: rgb(19,17,69); }
H1.HeaderClassName
{
color: #131145;
}
.AnyTagClassName
{
color: #131145;
}
</style>
background-color css
<style>
a { background-color: #131145; }
a { background-color: rgb(19,17,69); }
div.DivClassName
{
background-color: #131145;
}
.BgClassName
{
background-color: #131145;
}
</style>
border-color css
<style>
span { border-color: #131145; }
span { border-color: rgb(19,17,69); }
td.TdClassName
{
border-color: #131145;
}
.TagClassName
{
border-color: #131145;
}
</style>