Shades of Paua #1A1547
Tints of Paua #1A1547
RGB
CMYK
RGB Variations
Color information
#1A1547 (or 0x1A1547) is known color: Paua. HEX triplet: 1A, 15 and 47. RGB value is (26,21,71). Sum of RGB (Red+Green+Blue) = 26+21+71=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A1547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1547 is #E5EAB8. Grayscale: #1B1B1B. Windows color (decimal): -15067833 or 4658458. OLE color: 4658458.
HSL color Cylindrical-coordinate representation of color #1A1547: hue angle of 246º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A1547 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 21 | 71 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.72 |
| HSL | 246º | 0.54% | 0.18% | - |
| HSV(B) | 246º | 0.7% | 0.28% | - |
| XYZ | 1.83 | 1.21 | 6.1 | - |
| YUV | 28.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 71 | 0.63 | 0.70 | 0 | 0.72 | 246 | 0.54 | 0.18 |
| Hex | 1A | 15 | 47 | 3F | 46 | 0 | 48 | F6 | 36 | 12 |
| Octal | 32 | 25 | 107 | 77 | 106 | 0 | 110 | 366 | 66 | 22 |
| Binary | 11010 | 10101 | 1000111 | 111111 | 1000110 | 0 | 1001000 | 11110110 | 110110 | 10010 |
Color Harmonies of #1A1547
Complementary color
Monochromatic Colors of #1A1547
Black with #1A1547
Text Example
Text Example
White with #1A1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1547; }
p { color: rgb(26,21,71); }
H1.HeaderClassName
{
color: #1A1547;
}
.AnyTagClassName
{
color: #1A1547;
}
</style>
background-color css
<style>
a { background-color: #1A1547; }
a { background-color: rgb(26,21,71); }
div.DivClassName
{
background-color: #1A1547;
}
.BgClassName
{
background-color: #1A1547;
}
</style>
border-color css
<style>
span { border-color: #1A1547; }
span { border-color: rgb(26,21,71); }
td.TdClassName
{
border-color: #1A1547;
}
.TagClassName
{
border-color: #1A1547;
}
</style>