Shades of Paua #13124A
Tints of Paua #13124A
RGB
CMYK
RGB Variations
Color information
#13124A (or 0x13124A) is known color: Paua. HEX triplet: 13, 12 and 4A. RGB value is (19,18,74). Sum of RGB (Red+Green+Blue) = 19+18+74=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #13124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13124A is #ECEDB5. Grayscale: #181818. Windows color (decimal): -15527350 or 4854291. OLE color: 4854291.
HSL color Cylindrical-coordinate representation of color #13124A: hue angle of 241.07º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13124A is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 18 | 74 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.71 |
| HSL | 241.07º | 0.61% | 0.18% | - |
| HSV(B) | 241.07º | 0.76% | 0.29% | - |
| XYZ | 1.72 | 1.07 | 6.59 | - |
| YUV | 24.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 74 | 0.74 | 0.76 | 0 | 0.71 | 241.07 | 0.61 | 0.18 |
| Hex | 13 | 12 | 4A | 4A | 4C | 0 | 47 | F1 | 3D | 12 |
| Octal | 23 | 22 | 112 | 112 | 114 | 0 | 107 | 361 | 75 | 22 |
| Binary | 10011 | 10010 | 1001010 | 1001010 | 1001100 | 0 | 1000111 | 11110001 | 111101 | 10010 |
Color Harmonies of #13124A
Complementary color
Monochromatic Colors of #13124A
Black with #13124A
Text Example
Text Example
White with #13124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13124A; }
p { color: rgb(19,18,74); }
H1.HeaderClassName
{
color: #13124A;
}
.AnyTagClassName
{
color: #13124A;
}
</style>
background-color css
<style>
a { background-color: #13124A; }
a { background-color: rgb(19,18,74); }
div.DivClassName
{
background-color: #13124A;
}
.BgClassName
{
background-color: #13124A;
}
</style>
border-color css
<style>
span { border-color: #13124A; }
span { border-color: rgb(19,18,74); }
td.TdClassName
{
border-color: #13124A;
}
.TagClassName
{
border-color: #13124A;
}
</style>