Shades of Paua #1A1346
Tints of Paua #1A1346
RGB
CMYK
RGB Variations
Color information
#1A1346 (or 0x1A1346) is known color: Paua. HEX triplet: 1A, 13 and 46. RGB value is (26,19,70). Sum of RGB (Red+Green+Blue) = 26+19+70=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1346 is #E5ECB9. Grayscale: #1A1A1A. Windows color (decimal): -15068346 or 4592410. OLE color: 4592410.
HSL color Cylindrical-coordinate representation of color #1A1346: hue angle of 248.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A1346 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 19 | 70 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.73 |
| HSL | 248.24º | 0.57% | 0.17% | - |
| HSV(B) | 248.24º | 0.73% | 0.27% | - |
| XYZ | 1.76 | 1.13 | 5.92 | - |
| YUV | 26.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 70 | 0.63 | 0.73 | 0 | 0.73 | 248.24 | 0.57 | 0.17 |
| Hex | 1A | 13 | 46 | 3F | 49 | 0 | 49 | F8 | 39 | 11 |
| Octal | 32 | 23 | 106 | 77 | 111 | 0 | 111 | 370 | 71 | 21 |
| Binary | 11010 | 10011 | 1000110 | 111111 | 1001001 | 0 | 1001001 | 11111000 | 111001 | 10001 |
Color Harmonies of #1A1346
Complementary color
Monochromatic Colors of #1A1346
Black with #1A1346
Text Example
Text Example
White with #1A1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1346; }
p { color: rgb(26,19,70); }
H1.HeaderClassName
{
color: #1A1346;
}
.AnyTagClassName
{
color: #1A1346;
}
</style>
background-color css
<style>
a { background-color: #1A1346; }
a { background-color: rgb(26,19,70); }
div.DivClassName
{
background-color: #1A1346;
}
.BgClassName
{
background-color: #1A1346;
}
</style>
border-color css
<style>
span { border-color: #1A1346; }
span { border-color: rgb(26,19,70); }
td.TdClassName
{
border-color: #1A1346;
}
.TagClassName
{
border-color: #1A1346;
}
</style>