Shades of Paua #1A1449
Tints of Paua #1A1449
RGB
CMYK
RGB Variations
Color information
#1A1449 (or 0x1A1449) is known color: Paua. HEX triplet: 1A, 14 and 49. RGB value is (26,20,73). Sum of RGB (Red+Green+Blue) = 26+20+73=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #1A1449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1449 is #E5EBB6. Grayscale: #1B1B1B. Windows color (decimal): -15068087 or 4789274. OLE color: 4789274.
HSL color Cylindrical-coordinate representation of color #1A1449: hue angle of 246.79º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A1449 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 20 | 73 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.71 |
| HSL | 246.79º | 0.57% | 0.18% | - |
| HSV(B) | 246.79º | 0.73% | 0.29% | - |
| XYZ | 1.88 | 1.2 | 6.44 | - |
| YUV | 27.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 73 | 0.64 | 0.73 | 0 | 0.71 | 246.79 | 0.57 | 0.18 |
| Hex | 1A | 14 | 49 | 40 | 49 | 0 | 47 | F7 | 39 | 12 |
| Octal | 32 | 24 | 111 | 100 | 111 | 0 | 107 | 367 | 71 | 22 |
| Binary | 11010 | 10100 | 1001001 | 1000000 | 1001001 | 0 | 1000111 | 11110111 | 111001 | 10010 |
Color Harmonies of #1A1449
Complementary color
Monochromatic Colors of #1A1449
Black with #1A1449
Text Example
Text Example
White with #1A1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1449; }
p { color: rgb(26,20,73); }
H1.HeaderClassName
{
color: #1A1449;
}
.AnyTagClassName
{
color: #1A1449;
}
</style>
background-color css
<style>
a { background-color: #1A1449; }
a { background-color: rgb(26,20,73); }
div.DivClassName
{
background-color: #1A1449;
}
.BgClassName
{
background-color: #1A1449;
}
</style>
border-color css
<style>
span { border-color: #1A1449; }
span { border-color: rgb(26,20,73); }
td.TdClassName
{
border-color: #1A1449;
}
.TagClassName
{
border-color: #1A1449;
}
</style>