Shades of Paua #1E1A46
Tints of Paua #1E1A46
RGB
CMYK
RGB Variations
Color information
#1E1A46 (or 0x1E1A46) is known color: Paua. HEX triplet: 1E, 1A and 46. RGB value is (30,26,70). Sum of RGB (Red+Green+Blue) = 30+26+70=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E1A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A46 is #E1E5B9. Grayscale: #202020. Windows color (decimal): -14804410 or 4594206. OLE color: 4594206.
HSL color Cylindrical-coordinate representation of color #1E1A46: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E1A46 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 26 | 70 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.73 |
| HSL | 245.45º | 0.46% | 0.19% | - |
| HSV(B) | 245.45º | 0.63% | 0.27% | - |
| XYZ | 2.01 | 1.46 | 5.97 | - |
| YUV | 32.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 70 | 0.57 | 0.63 | 0 | 0.73 | 245.45 | 0.46 | 0.19 |
| Hex | 1E | 1A | 46 | 39 | 3F | 0 | 49 | F5 | 2E | 13 |
| Octal | 36 | 32 | 106 | 71 | 77 | 0 | 111 | 365 | 56 | 23 |
| Binary | 11110 | 11010 | 1000110 | 111001 | 111111 | 0 | 1001001 | 11110101 | 101110 | 10011 |
Color Harmonies of #1E1A46
Complementary color
Monochromatic Colors of #1E1A46
Black with #1E1A46
Text Example
Text Example
White with #1E1A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A46; }
p { color: rgb(30,26,70); }
H1.HeaderClassName
{
color: #1E1A46;
}
.AnyTagClassName
{
color: #1E1A46;
}
</style>
background-color css
<style>
a { background-color: #1E1A46; }
a { background-color: rgb(30,26,70); }
div.DivClassName
{
background-color: #1E1A46;
}
.BgClassName
{
background-color: #1E1A46;
}
</style>
border-color css
<style>
span { border-color: #1E1A46; }
span { border-color: rgb(30,26,70); }
td.TdClassName
{
border-color: #1E1A46;
}
.TagClassName
{
border-color: #1E1A46;
}
</style>