Shades of Paua #1A1051
Tints of Paua #1A1051
RGB
CMYK
RGB Variations
Color information
#1A1051 (or 0x1A1051) is known color: Paua. HEX triplet: 1A, 10 and 51. RGB value is (26,16,81). Sum of RGB (Red+Green+Blue) = 26+16+81=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A1051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1051 is #E5EFAE. Grayscale: #1A1A1A. Windows color (decimal): -15069103 or 5312538. OLE color: 5312538.
HSL color Cylindrical-coordinate representation of color #1A1051: hue angle of 249.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A1051 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 16 | 81 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.68 |
| HSL | 249.23º | 0.67% | 0.19% | - |
| HSV(B) | 249.23º | 0.8% | 0.32% | - |
| XYZ | 2.1 | 1.18 | 7.9 | - |
| YUV | 26.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 81 | 0.68 | 0.80 | 0 | 0.68 | 249.23 | 0.67 | 0.19 |
| Hex | 1A | 10 | 51 | 44 | 50 | 0 | 44 | F9 | 43 | 13 |
| Octal | 32 | 20 | 121 | 104 | 120 | 0 | 104 | 371 | 103 | 23 |
| Binary | 11010 | 10000 | 1010001 | 1000100 | 1010000 | 0 | 1000100 | 11111001 | 1000011 | 10011 |
Color Harmonies of #1A1051
Complementary color
Monochromatic Colors of #1A1051
Black with #1A1051
Text Example
Text Example
White with #1A1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1051; }
p { color: rgb(26,16,81); }
H1.HeaderClassName
{
color: #1A1051;
}
.AnyTagClassName
{
color: #1A1051;
}
</style>
background-color css
<style>
a { background-color: #1A1051; }
a { background-color: rgb(26,16,81); }
div.DivClassName
{
background-color: #1A1051;
}
.BgClassName
{
background-color: #1A1051;
}
</style>
border-color css
<style>
span { border-color: #1A1051; }
span { border-color: rgb(26,16,81); }
td.TdClassName
{
border-color: #1A1051;
}
.TagClassName
{
border-color: #1A1051;
}
</style>