Shades of Paua #13094D
Tints of Paua #13094D
RGB
CMYK
RGB Variations
Color information
#13094D (or 0x13094D) is known color: Paua. HEX triplet: 13, 09 and 4D. RGB value is (19,9,77). Sum of RGB (Red+Green+Blue) = 19+9+77=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #13094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13094D is #ECF6B2. Grayscale: #131313. Windows color (decimal): -15529651 or 5048595. OLE color: 5048595.
HSL color Cylindrical-coordinate representation of color #13094D: hue angle of 248.82º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13094D is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 9 | 77 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.70 |
| HSL | 248.82º | 0.79% | 0.17% | - |
| HSV(B) | 248.82º | 0.88% | 0.3% | - |
| XYZ | 1.71 | 0.87 | 7.1 | - |
| YUV | 19.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 77 | 0.75 | 0.88 | 0 | 0.70 | 248.82 | 0.79 | 0.17 |
| Hex | 13 | 9 | 4D | 4B | 58 | 0 | 46 | F9 | 4F | 11 |
| Octal | 23 | 11 | 115 | 113 | 130 | 0 | 106 | 371 | 117 | 21 |
| Binary | 10011 | 1001 | 1001101 | 1001011 | 1011000 | 0 | 1000110 | 11111001 | 1001111 | 10001 |
Color Harmonies of #13094D
Complementary color
Monochromatic Colors of #13094D
Black with #13094D
Text Example
Text Example
White with #13094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13094D; }
p { color: rgb(19,9,77); }
H1.HeaderClassName
{
color: #13094D;
}
.AnyTagClassName
{
color: #13094D;
}
</style>
background-color css
<style>
a { background-color: #13094D; }
a { background-color: rgb(19,9,77); }
div.DivClassName
{
background-color: #13094D;
}
.BgClassName
{
background-color: #13094D;
}
</style>
border-color css
<style>
span { border-color: #13094D; }
span { border-color: rgb(19,9,77); }
td.TdClassName
{
border-color: #13094D;
}
.TagClassName
{
border-color: #13094D;
}
</style>