Shades of Paua #13094A
Tints of Paua #13094A
RGB
CMYK
RGB Variations
Color information
#13094A (or 0x13094A) is known color: Paua. HEX triplet: 13, 09 and 4A. RGB value is (19,9,74). Sum of RGB (Red+Green+Blue) = 19+9+74=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #13094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13094A is #ECF6B5. Grayscale: #131313. Windows color (decimal): -15529654 or 4851987. OLE color: 4851987.
HSL color Cylindrical-coordinate representation of color #13094A: hue angle of 249.23º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13094A is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 9 | 74 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.71 |
| HSL | 249.23º | 0.78% | 0.16% | - |
| HSV(B) | 249.23º | 0.88% | 0.29% | - |
| XYZ | 1.6 | 0.83 | 6.55 | - |
| YUV | 19.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 74 | 0.74 | 0.88 | 0 | 0.71 | 249.23 | 0.78 | 0.16 |
| Hex | 13 | 9 | 4A | 4A | 58 | 0 | 47 | F9 | 4E | 10 |
| Octal | 23 | 11 | 112 | 112 | 130 | 0 | 107 | 371 | 116 | 20 |
| Binary | 10011 | 1001 | 1001010 | 1001010 | 1011000 | 0 | 1000111 | 11111001 | 1001110 | 10000 |
Color Harmonies of #13094A
Complementary color
Monochromatic Colors of #13094A
Black with #13094A
Text Example
Text Example
White with #13094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13094A; }
p { color: rgb(19,9,74); }
H1.HeaderClassName
{
color: #13094A;
}
.AnyTagClassName
{
color: #13094A;
}
</style>
background-color css
<style>
a { background-color: #13094A; }
a { background-color: rgb(19,9,74); }
div.DivClassName
{
background-color: #13094A;
}
.BgClassName
{
background-color: #13094A;
}
</style>
border-color css
<style>
span { border-color: #13094A; }
span { border-color: rgb(19,9,74); }
td.TdClassName
{
border-color: #13094A;
}
.TagClassName
{
border-color: #13094A;
}
</style>