Shades of Paua #1E1A49
Tints of Paua #1E1A49
RGB
CMYK
RGB Variations
Color information
#1E1A49 (or 0x1E1A49) is known color: Paua. HEX triplet: 1E, 1A and 49. RGB value is (30,26,73). Sum of RGB (Red+Green+Blue) = 30+26+73=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E1A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A49 is #E1E5B6. Grayscale: #202020. Windows color (decimal): -14804407 or 4790814. OLE color: 4790814.
HSL color Cylindrical-coordinate representation of color #1E1A49: hue angle of 245.11º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E1A49 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 26 | 73 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.71 |
| HSL | 245.11º | 0.47% | 0.19% | - |
| HSV(B) | 245.11º | 0.64% | 0.29% | - |
| XYZ | 2.11 | 1.5 | 6.48 | - |
| YUV | 32.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 73 | 0.59 | 0.64 | 0 | 0.71 | 245.11 | 0.47 | 0.19 |
| Hex | 1E | 1A | 49 | 3B | 40 | 0 | 47 | F5 | 2F | 13 |
| Octal | 36 | 32 | 111 | 73 | 100 | 0 | 107 | 365 | 57 | 23 |
| Binary | 11110 | 11010 | 1001001 | 111011 | 1000000 | 0 | 1000111 | 11110101 | 101111 | 10011 |
Color Harmonies of #1E1A49
Complementary color
Monochromatic Colors of #1E1A49
Black with #1E1A49
Text Example
Text Example
White with #1E1A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A49; }
p { color: rgb(30,26,73); }
H1.HeaderClassName
{
color: #1E1A49;
}
.AnyTagClassName
{
color: #1E1A49;
}
</style>
background-color css
<style>
a { background-color: #1E1A49; }
a { background-color: rgb(30,26,73); }
div.DivClassName
{
background-color: #1E1A49;
}
.BgClassName
{
background-color: #1E1A49;
}
</style>
border-color css
<style>
span { border-color: #1E1A49; }
span { border-color: rgb(30,26,73); }
td.TdClassName
{
border-color: #1E1A49;
}
.TagClassName
{
border-color: #1E1A49;
}
</style>