Shades of Paua #131451
Tints of Paua #131451
RGB
CMYK
RGB Variations
Color information
#131451 (or 0x131451) is known color: Paua. HEX triplet: 13, 14 and 51. RGB value is (19,20,81). Sum of RGB (Red+Green+Blue) = 19+20+81=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #131451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131451 is #ECEBAE. Grayscale: #1A1A1A. Windows color (decimal): -15526831 or 5313555. OLE color: 5313555.
HSL color Cylindrical-coordinate representation of color #131451: hue angle of 239.03º 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 #131451 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 20 | 81 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.68 |
| HSL | 239.03º | 0.62% | 0.2% | - |
| HSV(B) | 239.03º | 0.77% | 0.32% | - |
| XYZ | 2 | 1.23 | 7.92 | - |
| YUV | 26.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 81 | 0.77 | 0.75 | 0 | 0.68 | 239.03 | 0.62 | 0.2 |
| Hex | 13 | 14 | 51 | 4D | 4B | 0 | 44 | EF | 3E | 14 |
| Octal | 23 | 24 | 121 | 115 | 113 | 0 | 104 | 357 | 76 | 24 |
| Binary | 10011 | 10100 | 1010001 | 1001101 | 1001011 | 0 | 1000100 | 11101111 | 111110 | 10100 |
Color Harmonies of #131451
Complementary color
Monochromatic Colors of #131451
Black with #131451
Text Example
Text Example
White with #131451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131451; }
p { color: rgb(19,20,81); }
H1.HeaderClassName
{
color: #131451;
}
.AnyTagClassName
{
color: #131451;
}
</style>
background-color css
<style>
a { background-color: #131451; }
a { background-color: rgb(19,20,81); }
div.DivClassName
{
background-color: #131451;
}
.BgClassName
{
background-color: #131451;
}
</style>
border-color css
<style>
span { border-color: #131451; }
span { border-color: rgb(19,20,81); }
td.TdClassName
{
border-color: #131451;
}
.TagClassName
{
border-color: #131451;
}
</style>