Shades of Paua #1E1259
Tints of Paua #1E1259
RGB
CMYK
RGB Variations
Color information
#1E1259 (or 0x1E1259) is known color: Paua. HEX triplet: 1E, 12 and 59. RGB value is (30,18,89). Sum of RGB (Red+Green+Blue) = 30+18+89=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1259 is #E1EDA6. Grayscale: #1D1D1D. Windows color (decimal): -14806439 or 5837342. OLE color: 5837342.
HSL color Cylindrical-coordinate representation of color #1E1259: hue angle of 250.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1259 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 18 | 89 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.65 |
| HSL | 250.14º | 0.66% | 0.21% | - |
| HSV(B) | 250.14º | 0.8% | 0.35% | - |
| XYZ | 2.55 | 1.43 | 9.59 | - |
| YUV | 29.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 89 | 0.66 | 0.80 | 0 | 0.65 | 250.14 | 0.66 | 0.21 |
| Hex | 1E | 12 | 59 | 42 | 50 | 0 | 41 | FA | 42 | 15 |
| Octal | 36 | 22 | 131 | 102 | 120 | 0 | 101 | 372 | 102 | 25 |
| Binary | 11110 | 10010 | 1011001 | 1000010 | 1010000 | 0 | 1000001 | 11111010 | 1000010 | 10101 |
Color Harmonies of #1E1259
Complementary color
Monochromatic Colors of #1E1259
Black with #1E1259
Text Example
Text Example
White with #1E1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1259; }
p { color: rgb(30,18,89); }
H1.HeaderClassName
{
color: #1E1259;
}
.AnyTagClassName
{
color: #1E1259;
}
</style>
background-color css
<style>
a { background-color: #1E1259; }
a { background-color: rgb(30,18,89); }
div.DivClassName
{
background-color: #1E1259;
}
.BgClassName
{
background-color: #1E1259;
}
</style>
border-color css
<style>
span { border-color: #1E1259; }
span { border-color: rgb(30,18,89); }
td.TdClassName
{
border-color: #1E1259;
}
.TagClassName
{
border-color: #1E1259;
}
</style>