Shades of Paua #13084F
Tints of Paua #13084F
RGB
CMYK
RGB Variations
Color information
#13084F (or 0x13084F) is known color: Paua. HEX triplet: 13, 08 and 4F. RGB value is (19,8,79). Sum of RGB (Red+Green+Blue) = 19+8+79=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #13084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13084F is #ECF7B0. Grayscale: #131313. Windows color (decimal): -15529905 or 5179411. OLE color: 5179411.
HSL color Cylindrical-coordinate representation of color #13084F: hue angle of 249.3º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13084F is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 8 | 79 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.69 |
| HSL | 249.3º | 0.82% | 0.17% | - |
| HSV(B) | 249.3º | 0.9% | 0.31% | - |
| XYZ | 1.77 | 0.88 | 7.47 | - |
| YUV | 19.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 79 | 0.76 | 0.90 | 0 | 0.69 | 249.3 | 0.82 | 0.17 |
| Hex | 13 | 8 | 4F | 4C | 5A | 0 | 45 | F9 | 52 | 11 |
| Octal | 23 | 10 | 117 | 114 | 132 | 0 | 105 | 371 | 122 | 21 |
| Binary | 10011 | 1000 | 1001111 | 1001100 | 1011010 | 0 | 1000101 | 11111001 | 1010010 | 10001 |
Color Harmonies of #13084F
Complementary color
Monochromatic Colors of #13084F
Black with #13084F
Text Example
Text Example
White with #13084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13084F; }
p { color: rgb(19,8,79); }
H1.HeaderClassName
{
color: #13084F;
}
.AnyTagClassName
{
color: #13084F;
}
</style>
background-color css
<style>
a { background-color: #13084F; }
a { background-color: rgb(19,8,79); }
div.DivClassName
{
background-color: #13084F;
}
.BgClassName
{
background-color: #13084F;
}
</style>
border-color css
<style>
span { border-color: #13084F; }
span { border-color: rgb(19,8,79); }
td.TdClassName
{
border-color: #13084F;
}
.TagClassName
{
border-color: #13084F;
}
</style>