Shades of Paua #131552
Tints of Paua #131552
RGB
CMYK
RGB Variations
Color information
#131552 (or 0x131552) is known color: Paua. HEX triplet: 13, 15 and 52. RGB value is (19,21,82). Sum of RGB (Red+Green+Blue) = 19+21+82=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #131552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131552 is #ECEAAD. Grayscale: #1B1B1B. Windows color (decimal): -15526574 or 5379347. OLE color: 5379347.
HSL color Cylindrical-coordinate representation of color #131552: hue angle of 238.1º 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 #131552 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 21 | 82 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.68 |
| HSL | 238.1º | 0.62% | 0.2% | - |
| HSV(B) | 238.1º | 0.77% | 0.32% | - |
| XYZ | 2.06 | 1.28 | 8.12 | - |
| YUV | 27.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 82 | 0.77 | 0.74 | 0 | 0.68 | 238.1 | 0.62 | 0.2 |
| Hex | 13 | 15 | 52 | 4D | 4A | 0 | 44 | EE | 3E | 14 |
| Octal | 23 | 25 | 122 | 115 | 112 | 0 | 104 | 356 | 76 | 24 |
| Binary | 10011 | 10101 | 1010010 | 1001101 | 1001010 | 0 | 1000100 | 11101110 | 111110 | 10100 |
Color Harmonies of #131552
Complementary color
Monochromatic Colors of #131552
Black with #131552
Text Example
Text Example
White with #131552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131552; }
p { color: rgb(19,21,82); }
H1.HeaderClassName
{
color: #131552;
}
.AnyTagClassName
{
color: #131552;
}
</style>
background-color css
<style>
a { background-color: #131552; }
a { background-color: rgb(19,21,82); }
div.DivClassName
{
background-color: #131552;
}
.BgClassName
{
background-color: #131552;
}
</style>
border-color css
<style>
span { border-color: #131552; }
span { border-color: rgb(19,21,82); }
td.TdClassName
{
border-color: #131552;
}
.TagClassName
{
border-color: #131552;
}
</style>