Shades of Paua #1A1256
Tints of Paua #1A1256
RGB
CMYK
RGB Variations
Color information
#1A1256 (or 0x1A1256) is known color: Paua. HEX triplet: 1A, 12 and 56. RGB value is (26,18,86). Sum of RGB (Red+Green+Blue) = 26+18+86=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A1256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1256 is #E5EDA9. Grayscale: #1B1B1B. Windows color (decimal): -15068586 or 5640730. OLE color: 5640730.
HSL color Cylindrical-coordinate representation of color #1A1256: hue angle of 247.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A1256 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 18 | 86 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.66 |
| HSL | 247.06º | 0.65% | 0.2% | - |
| HSV(B) | 247.06º | 0.79% | 0.34% | - |
| XYZ | 2.32 | 1.32 | 8.94 | - |
| YUV | 28.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 86 | 0.70 | 0.79 | 0 | 0.66 | 247.06 | 0.65 | 0.2 |
| Hex | 1A | 12 | 56 | 46 | 4F | 0 | 42 | F7 | 41 | 14 |
| Octal | 32 | 22 | 126 | 106 | 117 | 0 | 102 | 367 | 101 | 24 |
| Binary | 11010 | 10010 | 1010110 | 1000110 | 1001111 | 0 | 1000010 | 11110111 | 1000001 | 10100 |
Color Harmonies of #1A1256
Complementary color
Monochromatic Colors of #1A1256
Black with #1A1256
Text Example
Text Example
White with #1A1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1256; }
p { color: rgb(26,18,86); }
H1.HeaderClassName
{
color: #1A1256;
}
.AnyTagClassName
{
color: #1A1256;
}
</style>
background-color css
<style>
a { background-color: #1A1256; }
a { background-color: rgb(26,18,86); }
div.DivClassName
{
background-color: #1A1256;
}
.BgClassName
{
background-color: #1A1256;
}
</style>
border-color css
<style>
span { border-color: #1A1256; }
span { border-color: rgb(26,18,86); }
td.TdClassName
{
border-color: #1A1256;
}
.TagClassName
{
border-color: #1A1256;
}
</style>