Shades of Paua #1A1048
Tints of Paua #1A1048
RGB
CMYK
RGB Variations
Color information
#1A1048 (or 0x1A1048) is known color: Paua. HEX triplet: 1A, 10 and 48. RGB value is (26,16,72). Sum of RGB (Red+Green+Blue) = 26+16+72=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A1048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1048 is #E5EFB7. Grayscale: #191919. Windows color (decimal): -15069112 or 4722714. OLE color: 4722714.
HSL color Cylindrical-coordinate representation of color #1A1048: hue angle of 250.71º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A1048 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 16 | 72 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.72 |
| HSL | 250.71º | 0.64% | 0.17% | - |
| HSV(B) | 250.71º | 0.78% | 0.28% | - |
| XYZ | 1.78 | 1.06 | 6.24 | - |
| YUV | 25.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 72 | 0.64 | 0.78 | 0 | 0.72 | 250.71 | 0.64 | 0.17 |
| Hex | 1A | 10 | 48 | 40 | 4E | 0 | 48 | FB | 40 | 11 |
| Octal | 32 | 20 | 110 | 100 | 116 | 0 | 110 | 373 | 100 | 21 |
| Binary | 11010 | 10000 | 1001000 | 1000000 | 1001110 | 0 | 1001000 | 11111011 | 1000000 | 10001 |
Color Harmonies of #1A1048
Complementary color
Monochromatic Colors of #1A1048
Black with #1A1048
Text Example
Text Example
White with #1A1048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1048; }
p { color: rgb(26,16,72); }
H1.HeaderClassName
{
color: #1A1048;
}
.AnyTagClassName
{
color: #1A1048;
}
</style>
background-color css
<style>
a { background-color: #1A1048; }
a { background-color: rgb(26,16,72); }
div.DivClassName
{
background-color: #1A1048;
}
.BgClassName
{
background-color: #1A1048;
}
</style>
border-color css
<style>
span { border-color: #1A1048; }
span { border-color: rgb(26,16,72); }
td.TdClassName
{
border-color: #1A1048;
}
.TagClassName
{
border-color: #1A1048;
}
</style>