Shades of Paua #1A1557
Tints of Paua #1A1557
RGB
CMYK
RGB Variations
Color information
#1A1557 (or 0x1A1557) is known color: Paua. HEX triplet: 1A, 15 and 57. RGB value is (26,21,87). Sum of RGB (Red+Green+Blue) = 26+21+87=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A1557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1557 is #E5EAA8. Grayscale: #1D1D1D. Windows color (decimal): -15067817 or 5707034. OLE color: 5707034.
HSL color Cylindrical-coordinate representation of color #1A1557: hue angle of 244.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A1557 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 21 | 87 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.66 |
| HSL | 244.55º | 0.61% | 0.21% | - |
| HSV(B) | 244.55º | 0.76% | 0.34% | - |
| XYZ | 2.41 | 1.44 | 9.17 | - |
| YUV | 30.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 87 | 0.70 | 0.76 | 0 | 0.66 | 244.55 | 0.61 | 0.21 |
| Hex | 1A | 15 | 57 | 46 | 4C | 0 | 42 | F5 | 3D | 15 |
| Octal | 32 | 25 | 127 | 106 | 114 | 0 | 102 | 365 | 75 | 25 |
| Binary | 11010 | 10101 | 1010111 | 1000110 | 1001100 | 0 | 1000010 | 11110101 | 111101 | 10101 |
Color Harmonies of #1A1557
Complementary color
Monochromatic Colors of #1A1557
Black with #1A1557
Text Example
Text Example
White with #1A1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1557; }
p { color: rgb(26,21,87); }
H1.HeaderClassName
{
color: #1A1557;
}
.AnyTagClassName
{
color: #1A1557;
}
</style>
background-color css
<style>
a { background-color: #1A1557; }
a { background-color: rgb(26,21,87); }
div.DivClassName
{
background-color: #1A1557;
}
.BgClassName
{
background-color: #1A1557;
}
</style>
border-color css
<style>
span { border-color: #1A1557; }
span { border-color: rgb(26,21,87); }
td.TdClassName
{
border-color: #1A1557;
}
.TagClassName
{
border-color: #1A1557;
}
</style>