Shades of Paua #13144D
Tints of Paua #13144D
RGB
CMYK
RGB Variations
Color information
#13144D (or 0x13144D) is known color: Paua. HEX triplet: 13, 14 and 4D. RGB value is (19,20,77). Sum of RGB (Red+Green+Blue) = 19+20+77=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #13144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13144D is #ECEBB2. Grayscale: #191919. Windows color (decimal): -15526835 or 5051411. OLE color: 5051411.
HSL color Cylindrical-coordinate representation of color #13144D: hue angle of 238.97º 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 #13144D is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 20 | 77 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.70 |
| HSL | 238.97º | 0.6% | 0.19% | - |
| HSV(B) | 238.97º | 0.75% | 0.3% | - |
| XYZ | 1.86 | 1.17 | 7.15 | - |
| YUV | 26.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 77 | 0.75 | 0.74 | 0 | 0.70 | 238.97 | 0.6 | 0.19 |
| Hex | 13 | 14 | 4D | 4B | 4A | 0 | 46 | EF | 3C | 13 |
| Octal | 23 | 24 | 115 | 113 | 112 | 0 | 106 | 357 | 74 | 23 |
| Binary | 10011 | 10100 | 1001101 | 1001011 | 1001010 | 0 | 1000110 | 11101111 | 111100 | 10011 |
Color Harmonies of #13144D
Complementary color
Monochromatic Colors of #13144D
Black with #13144D
Text Example
Text Example
White with #13144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13144D; }
p { color: rgb(19,20,77); }
H1.HeaderClassName
{
color: #13144D;
}
.AnyTagClassName
{
color: #13144D;
}
</style>
background-color css
<style>
a { background-color: #13144D; }
a { background-color: rgb(19,20,77); }
div.DivClassName
{
background-color: #13144D;
}
.BgClassName
{
background-color: #13144D;
}
</style>
border-color css
<style>
span { border-color: #13144D; }
span { border-color: rgb(19,20,77); }
td.TdClassName
{
border-color: #13144D;
}
.TagClassName
{
border-color: #13144D;
}
</style>