Shades of Paua #1E1A47
Tints of Paua #1E1A47
RGB
CMYK
RGB Variations
Color information
#1E1A47 (or 0x1E1A47) is known color: Paua. HEX triplet: 1E, 1A and 47. RGB value is (30,26,71). Sum of RGB (Red+Green+Blue) = 30+26+71=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E1A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A47 is #E1E5B8. Grayscale: #202020. Windows color (decimal): -14804409 or 4659742. OLE color: 4659742.
HSL color Cylindrical-coordinate representation of color #1E1A47: hue angle of 245.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E1A47 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 26 | 71 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.72 |
| HSL | 245.33º | 0.46% | 0.19% | - |
| HSV(B) | 245.33º | 0.63% | 0.28% | - |
| XYZ | 2.04 | 1.47 | 6.14 | - |
| YUV | 32.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 71 | 0.58 | 0.63 | 0 | 0.72 | 245.33 | 0.46 | 0.19 |
| Hex | 1E | 1A | 47 | 3A | 3F | 0 | 48 | F5 | 2E | 13 |
| Octal | 36 | 32 | 107 | 72 | 77 | 0 | 110 | 365 | 56 | 23 |
| Binary | 11110 | 11010 | 1000111 | 111010 | 111111 | 0 | 1001000 | 11110101 | 101110 | 10011 |
Color Harmonies of #1E1A47
Complementary color
Monochromatic Colors of #1E1A47
Black with #1E1A47
Text Example
Text Example
White with #1E1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A47; }
p { color: rgb(30,26,71); }
H1.HeaderClassName
{
color: #1E1A47;
}
.AnyTagClassName
{
color: #1E1A47;
}
</style>
background-color css
<style>
a { background-color: #1E1A47; }
a { background-color: rgb(30,26,71); }
div.DivClassName
{
background-color: #1E1A47;
}
.BgClassName
{
background-color: #1E1A47;
}
</style>
border-color css
<style>
span { border-color: #1E1A47; }
span { border-color: rgb(30,26,71); }
td.TdClassName
{
border-color: #1E1A47;
}
.TagClassName
{
border-color: #1E1A47;
}
</style>