Shades of Paua #131348
Tints of Paua #131348
RGB
CMYK
RGB Variations
Color information
#131348 (or 0x131348) is known color: Paua. HEX triplet: 13, 13 and 48. RGB value is (19,19,72). Sum of RGB (Red+Green+Blue) = 19+19+72=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #131348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131348 is #ECECB7. Grayscale: #181818. Windows color (decimal): -15527096 or 4723475. OLE color: 4723475.
HSL color Cylindrical-coordinate representation of color #131348: hue angle of 240º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131348 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 19 | 72 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.72 |
| HSL | 240º | 0.58% | 0.18% | - |
| HSV(B) | 240º | 0.74% | 0.28% | - |
| XYZ | 1.67 | 1.07 | 6.25 | - |
| YUV | 25.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 72 | 0.74 | 0.74 | 0 | 0.72 | 240 | 0.58 | 0.18 |
| Hex | 13 | 13 | 48 | 4A | 4A | 0 | 48 | F0 | 3A | 12 |
| Octal | 23 | 23 | 110 | 112 | 112 | 0 | 110 | 360 | 72 | 22 |
| Binary | 10011 | 10011 | 1001000 | 1001010 | 1001010 | 0 | 1001000 | 11110000 | 111010 | 10010 |
Color Harmonies of #131348
Complementary color
Monochromatic Colors of #131348
Black with #131348
Text Example
Text Example
White with #131348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131348; }
p { color: rgb(19,19,72); }
H1.HeaderClassName
{
color: #131348;
}
.AnyTagClassName
{
color: #131348;
}
</style>
background-color css
<style>
a { background-color: #131348; }
a { background-color: rgb(19,19,72); }
div.DivClassName
{
background-color: #131348;
}
.BgClassName
{
background-color: #131348;
}
</style>
border-color css
<style>
span { border-color: #131348; }
span { border-color: rgb(19,19,72); }
td.TdClassName
{
border-color: #131348;
}
.TagClassName
{
border-color: #131348;
}
</style>