Shades of Paua #13144F
Tints of Paua #13144F
RGB
CMYK
RGB Variations
Color information
#13144F (or 0x13144F) is known color: Paua. HEX triplet: 13, 14 and 4F. RGB value is (19,20,79). Sum of RGB (Red+Green+Blue) = 19+20+79=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #13144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13144F is #ECEBB0. Grayscale: #1A1A1A. Windows color (decimal): -15526833 or 5182483. OLE color: 5182483.
HSL color Cylindrical-coordinate representation of color #13144F: hue angle of 239º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13144F is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 20 | 79 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.69 |
| HSL | 239º | 0.61% | 0.19% | - |
| HSV(B) | 239º | 0.76% | 0.31% | - |
| XYZ | 1.93 | 1.2 | 7.53 | - |
| YUV | 26.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 79 | 0.76 | 0.75 | 0 | 0.69 | 239 | 0.61 | 0.19 |
| Hex | 13 | 14 | 4F | 4C | 4B | 0 | 45 | EF | 3D | 13 |
| Octal | 23 | 24 | 117 | 114 | 113 | 0 | 105 | 357 | 75 | 23 |
| Binary | 10011 | 10100 | 1001111 | 1001100 | 1001011 | 0 | 1000101 | 11101111 | 111101 | 10011 |
Color Harmonies of #13144F
Complementary color
Monochromatic Colors of #13144F
Black with #13144F
Text Example
Text Example
White with #13144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13144F; }
p { color: rgb(19,20,79); }
H1.HeaderClassName
{
color: #13144F;
}
.AnyTagClassName
{
color: #13144F;
}
</style>
background-color css
<style>
a { background-color: #13144F; }
a { background-color: rgb(19,20,79); }
div.DivClassName
{
background-color: #13144F;
}
.BgClassName
{
background-color: #13144F;
}
</style>
border-color css
<style>
span { border-color: #13144F; }
span { border-color: rgb(19,20,79); }
td.TdClassName
{
border-color: #13144F;
}
.TagClassName
{
border-color: #13144F;
}
</style>