Shades of Paua #13164D
Tints of Paua #13164D
RGB
CMYK
RGB Variations
Color information
#13164D (or 0x13164D) is known color: Paua. HEX triplet: 13, 16 and 4D. RGB value is (19,22,77). Sum of RGB (Red+Green+Blue) = 19+22+77=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #13164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13164D is #ECE9B2. Grayscale: #1B1B1B. Windows color (decimal): -15526323 or 5051923. OLE color: 5051923.
HSL color Cylindrical-coordinate representation of color #13164D: hue angle of 236.9º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13164D is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 22 | 77 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.70 |
| HSL | 236.9º | 0.6% | 0.19% | - |
| HSV(B) | 236.9º | 0.75% | 0.3% | - |
| XYZ | 1.9 | 1.25 | 7.16 | - |
| YUV | 27.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 77 | 0.75 | 0.71 | 0 | 0.70 | 236.9 | 0.6 | 0.19 |
| Hex | 13 | 16 | 4D | 4B | 47 | 0 | 46 | ED | 3C | 13 |
| Octal | 23 | 26 | 115 | 113 | 107 | 0 | 106 | 355 | 74 | 23 |
| Binary | 10011 | 10110 | 1001101 | 1001011 | 1000111 | 0 | 1000110 | 11101101 | 111100 | 10011 |
Color Harmonies of #13164D
Complementary color
Monochromatic Colors of #13164D
Black with #13164D
Text Example
Text Example
White with #13164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13164D; }
p { color: rgb(19,22,77); }
H1.HeaderClassName
{
color: #13164D;
}
.AnyTagClassName
{
color: #13164D;
}
</style>
background-color css
<style>
a { background-color: #13164D; }
a { background-color: rgb(19,22,77); }
div.DivClassName
{
background-color: #13164D;
}
.BgClassName
{
background-color: #13164D;
}
</style>
border-color css
<style>
span { border-color: #13164D; }
span { border-color: rgb(19,22,77); }
td.TdClassName
{
border-color: #13164D;
}
.TagClassName
{
border-color: #13164D;
}
</style>