Shades of Paua #1A1550
Tints of Paua #1A1550
RGB
CMYK
RGB Variations
Color information
#1A1550 (or 0x1A1550) is known color: Paua. HEX triplet: 1A, 15 and 50. RGB value is (26,21,80). Sum of RGB (Red+Green+Blue) = 26+21+80=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1550 is #E5EAAF. Grayscale: #1C1C1C. Windows color (decimal): -15067824 or 5248282. OLE color: 5248282.
HSL color Cylindrical-coordinate representation of color #1A1550: hue angle of 245.08º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1550 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 21 | 80 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.69 |
| HSL | 245.08º | 0.58% | 0.2% | - |
| HSV(B) | 245.08º | 0.74% | 0.31% | - |
| XYZ | 2.14 | 1.34 | 7.73 | - |
| YUV | 29.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 80 | 0.67 | 0.74 | 0 | 0.69 | 245.08 | 0.58 | 0.2 |
| Hex | 1A | 15 | 50 | 43 | 4A | 0 | 45 | F5 | 3A | 14 |
| Octal | 32 | 25 | 120 | 103 | 112 | 0 | 105 | 365 | 72 | 24 |
| Binary | 11010 | 10101 | 1010000 | 1000011 | 1001010 | 0 | 1000101 | 11110101 | 111010 | 10100 |
Color Harmonies of #1A1550
Complementary color
Monochromatic Colors of #1A1550
Black with #1A1550
Text Example
Text Example
White with #1A1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1550; }
p { color: rgb(26,21,80); }
H1.HeaderClassName
{
color: #1A1550;
}
.AnyTagClassName
{
color: #1A1550;
}
</style>
background-color css
<style>
a { background-color: #1A1550; }
a { background-color: rgb(26,21,80); }
div.DivClassName
{
background-color: #1A1550;
}
.BgClassName
{
background-color: #1A1550;
}
</style>
border-color css
<style>
span { border-color: #1A1550; }
span { border-color: rgb(26,21,80); }
td.TdClassName
{
border-color: #1A1550;
}
.TagClassName
{
border-color: #1A1550;
}
</style>