Shades of Paua #1E1559
Tints of Paua #1E1559
RGB
CMYK
RGB Variations
Color information
#1E1559 (or 0x1E1559) is known color: Paua. HEX triplet: 1E, 15 and 59. RGB value is (30,21,89). Sum of RGB (Red+Green+Blue) = 30+21+89=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1559 is #E1EAA6. Grayscale: #1F1F1F. Windows color (decimal): -14805671 or 5838110. OLE color: 5838110.
HSL color Cylindrical-coordinate representation of color #1E1559: hue angle of 247.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E1559 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 21 | 89 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.65 |
| HSL | 247.94º | 0.62% | 0.22% | - |
| HSV(B) | 247.94º | 0.76% | 0.35% | - |
| XYZ | 2.61 | 1.53 | 9.61 | - |
| YUV | 31.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 89 | 0.66 | 0.76 | 0 | 0.65 | 247.94 | 0.62 | 0.22 |
| Hex | 1E | 15 | 59 | 42 | 4C | 0 | 41 | F8 | 3E | 16 |
| Octal | 36 | 25 | 131 | 102 | 114 | 0 | 101 | 370 | 76 | 26 |
| Binary | 11110 | 10101 | 1011001 | 1000010 | 1001100 | 0 | 1000001 | 11111000 | 111110 | 10110 |
Color Harmonies of #1E1559
Complementary color
Monochromatic Colors of #1E1559
Black with #1E1559
Text Example
Text Example
White with #1E1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1559; }
p { color: rgb(30,21,89); }
H1.HeaderClassName
{
color: #1E1559;
}
.AnyTagClassName
{
color: #1E1559;
}
</style>
background-color css
<style>
a { background-color: #1E1559; }
a { background-color: rgb(30,21,89); }
div.DivClassName
{
background-color: #1E1559;
}
.BgClassName
{
background-color: #1E1559;
}
</style>
border-color css
<style>
span { border-color: #1E1559; }
span { border-color: rgb(30,21,89); }
td.TdClassName
{
border-color: #1E1559;
}
.TagClassName
{
border-color: #1E1559;
}
</style>