Shades of Paua #1E1A58
Tints of Paua #1E1A58
RGB
CMYK
RGB Variations
Color information
#1E1A58 (or 0x1E1A58) is known color: Paua. HEX triplet: 1E, 1A and 58. RGB value is (30,26,88). Sum of RGB (Red+Green+Blue) = 30+26+88=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1A58 is #E1E5A7. Grayscale: #222222. Windows color (decimal): -14804392 or 5773854. OLE color: 5773854.
HSL color Cylindrical-coordinate representation of color #1E1A58: hue angle of 243.87º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1A58 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 26 | 88 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.65 |
| HSL | 243.87º | 0.54% | 0.22% | - |
| HSV(B) | 243.87º | 0.7% | 0.35% | - |
| XYZ | 2.67 | 1.72 | 9.42 | - |
| YUV | 34.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 88 | 0.66 | 0.70 | 0 | 0.65 | 243.87 | 0.54 | 0.22 |
| Hex | 1E | 1A | 58 | 42 | 46 | 0 | 41 | F4 | 36 | 16 |
| Octal | 36 | 32 | 130 | 102 | 106 | 0 | 101 | 364 | 66 | 26 |
| Binary | 11110 | 11010 | 1011000 | 1000010 | 1000110 | 0 | 1000001 | 11110100 | 110110 | 10110 |
Color Harmonies of #1E1A58
Complementary color
Monochromatic Colors of #1E1A58
Black with #1E1A58
Text Example
Text Example
White with #1E1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A58; }
p { color: rgb(30,26,88); }
H1.HeaderClassName
{
color: #1E1A58;
}
.AnyTagClassName
{
color: #1E1A58;
}
</style>
background-color css
<style>
a { background-color: #1E1A58; }
a { background-color: rgb(30,26,88); }
div.DivClassName
{
background-color: #1E1A58;
}
.BgClassName
{
background-color: #1E1A58;
}
</style>
border-color css
<style>
span { border-color: #1E1A58; }
span { border-color: rgb(30,26,88); }
td.TdClassName
{
border-color: #1E1A58;
}
.TagClassName
{
border-color: #1E1A58;
}
</style>