Shades of Paua #131247
Tints of Paua #131247
RGB
CMYK
RGB Variations
Color information
#131247 (or 0x131247) is known color: Paua. HEX triplet: 13, 12 and 47. RGB value is (19,18,71). Sum of RGB (Red+Green+Blue) = 19+18+71=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #131247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131247 is #ECEDB8. Grayscale: #181818. Windows color (decimal): -15527353 or 4657683. OLE color: 4657683.
HSL color Cylindrical-coordinate representation of color #131247: hue angle of 241.13º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131247 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 18 | 71 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.72 |
| HSL | 241.13º | 0.6% | 0.17% | - |
| HSV(B) | 241.13º | 0.75% | 0.28% | - |
| XYZ | 1.62 | 1.03 | 6.07 | - |
| YUV | 24.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 71 | 0.73 | 0.75 | 0 | 0.72 | 241.13 | 0.6 | 0.17 |
| Hex | 13 | 12 | 47 | 49 | 4B | 0 | 48 | F1 | 3C | 11 |
| Octal | 23 | 22 | 107 | 111 | 113 | 0 | 110 | 361 | 74 | 21 |
| Binary | 10011 | 10010 | 1000111 | 1001001 | 1001011 | 0 | 1001000 | 11110001 | 111100 | 10001 |
Color Harmonies of #131247
Complementary color
Monochromatic Colors of #131247
Black with #131247
Text Example
Text Example
White with #131247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131247; }
p { color: rgb(19,18,71); }
H1.HeaderClassName
{
color: #131247;
}
.AnyTagClassName
{
color: #131247;
}
</style>
background-color css
<style>
a { background-color: #131247; }
a { background-color: rgb(19,18,71); }
div.DivClassName
{
background-color: #131247;
}
.BgClassName
{
background-color: #131247;
}
</style>
border-color css
<style>
span { border-color: #131247; }
span { border-color: rgb(19,18,71); }
td.TdClassName
{
border-color: #131247;
}
.TagClassName
{
border-color: #131247;
}
</style>