Shades of Paua #1A1056
Tints of Paua #1A1056
RGB
CMYK
RGB Variations
Color information
#1A1056 (or 0x1A1056) is known color: Paua. HEX triplet: 1A, 10 and 56. RGB value is (26,16,86). Sum of RGB (Red+Green+Blue) = 26+16+86=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A1056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1056 is #E5EFA9. Grayscale: #1A1A1A. Windows color (decimal): -15069098 or 5640218. OLE color: 5640218.
HSL color Cylindrical-coordinate representation of color #1A1056: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1056 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 16 | 86 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.66 |
| HSL | 248.57º | 0.69% | 0.2% | - |
| HSV(B) | 248.57º | 0.81% | 0.34% | - |
| XYZ | 2.29 | 1.26 | 8.93 | - |
| YUV | 26.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 86 | 0.70 | 0.81 | 0 | 0.66 | 248.57 | 0.69 | 0.2 |
| Hex | 1A | 10 | 56 | 46 | 51 | 0 | 42 | F9 | 45 | 14 |
| Octal | 32 | 20 | 126 | 106 | 121 | 0 | 102 | 371 | 105 | 24 |
| Binary | 11010 | 10000 | 1010110 | 1000110 | 1010001 | 0 | 1000010 | 11111001 | 1000101 | 10100 |
Color Harmonies of #1A1056
Complementary color
Monochromatic Colors of #1A1056
Black with #1A1056
Text Example
Text Example
White with #1A1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1056; }
p { color: rgb(26,16,86); }
H1.HeaderClassName
{
color: #1A1056;
}
.AnyTagClassName
{
color: #1A1056;
}
</style>
background-color css
<style>
a { background-color: #1A1056; }
a { background-color: rgb(26,16,86); }
div.DivClassName
{
background-color: #1A1056;
}
.BgClassName
{
background-color: #1A1056;
}
</style>
border-color css
<style>
span { border-color: #1A1056; }
span { border-color: rgb(26,16,86); }
td.TdClassName
{
border-color: #1A1056;
}
.TagClassName
{
border-color: #1A1056;
}
</style>