Shades of Paua #131249
Tints of Paua #131249
RGB
CMYK
RGB Variations
Color information
#131249 (or 0x131249) is known color: Paua. HEX triplet: 13, 12 and 49. RGB value is (19,18,73). Sum of RGB (Red+Green+Blue) = 19+18+73=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #131249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131249 is #ECEDB6. Grayscale: #181818. Windows color (decimal): -15527351 or 4788755. OLE color: 4788755.
HSL color Cylindrical-coordinate representation of color #131249: hue angle of 241.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131249 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 18 | 73 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.71 |
| HSL | 241.09º | 0.6% | 0.18% | - |
| HSV(B) | 241.09º | 0.75% | 0.29% | - |
| XYZ | 1.69 | 1.05 | 6.42 | - |
| YUV | 24.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 73 | 0.74 | 0.75 | 0 | 0.71 | 241.09 | 0.6 | 0.18 |
| Hex | 13 | 12 | 49 | 4A | 4B | 0 | 47 | F1 | 3C | 12 |
| Octal | 23 | 22 | 111 | 112 | 113 | 0 | 107 | 361 | 74 | 22 |
| Binary | 10011 | 10010 | 1001001 | 1001010 | 1001011 | 0 | 1000111 | 11110001 | 111100 | 10010 |
Color Harmonies of #131249
Complementary color
Monochromatic Colors of #131249
Black with #131249
Text Example
Text Example
White with #131249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131249; }
p { color: rgb(19,18,73); }
H1.HeaderClassName
{
color: #131249;
}
.AnyTagClassName
{
color: #131249;
}
</style>
background-color css
<style>
a { background-color: #131249; }
a { background-color: rgb(19,18,73); }
div.DivClassName
{
background-color: #131249;
}
.BgClassName
{
background-color: #131249;
}
</style>
border-color css
<style>
span { border-color: #131249; }
span { border-color: rgb(19,18,73); }
td.TdClassName
{
border-color: #131249;
}
.TagClassName
{
border-color: #131249;
}
</style>