Shades of Paua #131351
Tints of Paua #131351
RGB
CMYK
RGB Variations
Color information
#131351 (or 0x131351) is known color: Paua. HEX triplet: 13, 13 and 51. RGB value is (19,19,81). Sum of RGB (Red+Green+Blue) = 19+19+81=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #131351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131351 is #ECECAE. Grayscale: #191919. Windows color (decimal): -15527087 or 5313299. OLE color: 5313299.
HSL color Cylindrical-coordinate representation of color #131351: hue angle of 240º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131351 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 19 | 81 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.68 |
| HSL | 240º | 0.62% | 0.2% | - |
| HSV(B) | 240º | 0.77% | 0.32% | - |
| XYZ | 1.99 | 1.2 | 7.91 | - |
| YUV | 26.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 81 | 0.77 | 0.77 | 0 | 0.68 | 240 | 0.62 | 0.2 |
| Hex | 13 | 13 | 51 | 4D | 4D | 0 | 44 | F0 | 3E | 14 |
| Octal | 23 | 23 | 121 | 115 | 115 | 0 | 104 | 360 | 76 | 24 |
| Binary | 10011 | 10011 | 1010001 | 1001101 | 1001101 | 0 | 1000100 | 11110000 | 111110 | 10100 |
Color Harmonies of #131351
Complementary color
Monochromatic Colors of #131351
Black with #131351
Text Example
Text Example
White with #131351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131351; }
p { color: rgb(19,19,81); }
H1.HeaderClassName
{
color: #131351;
}
.AnyTagClassName
{
color: #131351;
}
</style>
background-color css
<style>
a { background-color: #131351; }
a { background-color: rgb(19,19,81); }
div.DivClassName
{
background-color: #131351;
}
.BgClassName
{
background-color: #131351;
}
</style>
border-color css
<style>
span { border-color: #131351; }
span { border-color: rgb(19,19,81); }
td.TdClassName
{
border-color: #131351;
}
.TagClassName
{
border-color: #131351;
}
</style>