Shades of Paua #1A1556
Tints of Paua #1A1556
RGB
CMYK
RGB Variations
Color information
#1A1556 (or 0x1A1556) is known color: Paua. HEX triplet: 1A, 15 and 56. RGB value is (26,21,86). Sum of RGB (Red+Green+Blue) = 26+21+86=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A1556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1556 is #E5EAA9. Grayscale: #1D1D1D. Windows color (decimal): -15067818 or 5641498. OLE color: 5641498.
HSL color Cylindrical-coordinate representation of color #1A1556: hue angle of 244.62º 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 #1A1556 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 21 | 86 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.66 |
| HSL | 244.62º | 0.61% | 0.21% | - |
| HSV(B) | 244.62º | 0.76% | 0.34% | - |
| XYZ | 2.37 | 1.43 | 8.95 | - |
| YUV | 29.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 86 | 0.70 | 0.76 | 0 | 0.66 | 244.62 | 0.61 | 0.21 |
| Hex | 1A | 15 | 56 | 46 | 4C | 0 | 42 | F5 | 3D | 15 |
| Octal | 32 | 25 | 126 | 106 | 114 | 0 | 102 | 365 | 75 | 25 |
| Binary | 11010 | 10101 | 1010110 | 1000110 | 1001100 | 0 | 1000010 | 11110101 | 111101 | 10101 |
Color Harmonies of #1A1556
Complementary color
Monochromatic Colors of #1A1556
Black with #1A1556
Text Example
Text Example
White with #1A1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1556; }
p { color: rgb(26,21,86); }
H1.HeaderClassName
{
color: #1A1556;
}
.AnyTagClassName
{
color: #1A1556;
}
</style>
background-color css
<style>
a { background-color: #1A1556; }
a { background-color: rgb(26,21,86); }
div.DivClassName
{
background-color: #1A1556;
}
.BgClassName
{
background-color: #1A1556;
}
</style>
border-color css
<style>
span { border-color: #1A1556; }
span { border-color: rgb(26,21,86); }
td.TdClassName
{
border-color: #1A1556;
}
.TagClassName
{
border-color: #1A1556;
}
</style>