Shades of Paua #131352
Tints of Paua #131352
RGB
CMYK
RGB Variations
Color information
#131352 (or 0x131352) is known color: Paua. HEX triplet: 13, 13 and 52. RGB value is (19,19,82). Sum of RGB (Red+Green+Blue) = 19+19+82=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #131352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131352 is #ECECAD. Grayscale: #191919. Windows color (decimal): -15527086 or 5378835. OLE color: 5378835.
HSL color Cylindrical-coordinate representation of color #131352: 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 #131352 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 19 | 82 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.68 |
| HSL | 240º | 0.62% | 0.2% | - |
| HSV(B) | 240º | 0.77% | 0.32% | - |
| XYZ | 2.02 | 1.21 | 8.11 | - |
| YUV | 26.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 82 | 0.77 | 0.77 | 0 | 0.68 | 240 | 0.62 | 0.2 |
| Hex | 13 | 13 | 52 | 4D | 4D | 0 | 44 | F0 | 3E | 14 |
| Octal | 23 | 23 | 122 | 115 | 115 | 0 | 104 | 360 | 76 | 24 |
| Binary | 10011 | 10011 | 1010010 | 1001101 | 1001101 | 0 | 1000100 | 11110000 | 111110 | 10100 |
Color Harmonies of #131352
Complementary color
Monochromatic Colors of #131352
Black with #131352
Text Example
Text Example
White with #131352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131352; }
p { color: rgb(19,19,82); }
H1.HeaderClassName
{
color: #131352;
}
.AnyTagClassName
{
color: #131352;
}
</style>
background-color css
<style>
a { background-color: #131352; }
a { background-color: rgb(19,19,82); }
div.DivClassName
{
background-color: #131352;
}
.BgClassName
{
background-color: #131352;
}
</style>
border-color css
<style>
span { border-color: #131352; }
span { border-color: rgb(19,19,82); }
td.TdClassName
{
border-color: #131352;
}
.TagClassName
{
border-color: #131352;
}
</style>