Shades of Paua #13034E
Tints of Paua #13034E
RGB
CMYK
RGB Variations
Color information
#13034E (or 0x13034E) is known color: Paua. HEX triplet: 13, 03 and 4E. RGB value is (19,3,78). Sum of RGB (Red+Green+Blue) = 19+3+78=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #13034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13034E is #ECFCB1. Grayscale: #101010. Windows color (decimal): -15531186 or 5112595. OLE color: 5112595.
HSL color Cylindrical-coordinate representation of color #13034E: hue angle of 252.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13034E is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 3 | 78 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.69 |
| HSL | 252.8º | 0.93% | 0.16% | - |
| HSV(B) | 252.8º | 0.96% | 0.31% | - |
| XYZ | 1.68 | 0.75 | 7.26 | - |
| YUV | 16.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 78 | 0.76 | 0.96 | 0 | 0.69 | 252.8 | 0.93 | 0.16 |
| Hex | 13 | 3 | 4E | 4C | 60 | 0 | 45 | FD | 5D | 10 |
| Octal | 23 | 3 | 116 | 114 | 140 | 0 | 105 | 375 | 135 | 20 |
| Binary | 10011 | 11 | 1001110 | 1001100 | 1100000 | 0 | 1000101 | 11111101 | 1011101 | 10000 |
Color Harmonies of #13034E
Complementary color
Monochromatic Colors of #13034E
Black with #13034E
Text Example
Text Example
White with #13034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13034E; }
p { color: rgb(19,3,78); }
H1.HeaderClassName
{
color: #13034E;
}
.AnyTagClassName
{
color: #13034E;
}
</style>
background-color css
<style>
a { background-color: #13034E; }
a { background-color: rgb(19,3,78); }
div.DivClassName
{
background-color: #13034E;
}
.BgClassName
{
background-color: #13034E;
}
</style>
border-color css
<style>
span { border-color: #13034E; }
span { border-color: rgb(19,3,78); }
td.TdClassName
{
border-color: #13034E;
}
.TagClassName
{
border-color: #13034E;
}
</style>