Shades of Paua #1E1959
Tints of Paua #1E1959
RGB
CMYK
RGB Variations
Color information
#1E1959 (or 0x1E1959) is known color: Paua. HEX triplet: 1E, 19 and 59. RGB value is (30,25,89). Sum of RGB (Red+Green+Blue) = 30+25+89=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1959 is #E1E6A6. Grayscale: #212121. Windows color (decimal): -14804647 or 5839134. OLE color: 5839134.
HSL color Cylindrical-coordinate representation of color #1E1959: hue angle of 244.69º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E1959 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 25 | 89 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.65 |
| HSL | 244.69º | 0.56% | 0.22% | - |
| HSV(B) | 244.69º | 0.72% | 0.35% | - |
| XYZ | 2.69 | 1.69 | 9.64 | - |
| YUV | 33.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 89 | 0.66 | 0.72 | 0 | 0.65 | 244.69 | 0.56 | 0.22 |
| Hex | 1E | 19 | 59 | 42 | 48 | 0 | 41 | F5 | 38 | 16 |
| Octal | 36 | 31 | 131 | 102 | 110 | 0 | 101 | 365 | 70 | 26 |
| Binary | 11110 | 11001 | 1011001 | 1000010 | 1001000 | 0 | 1000001 | 11110101 | 111000 | 10110 |
Color Harmonies of #1E1959
Complementary color
Monochromatic Colors of #1E1959
Black with #1E1959
Text Example
Text Example
White with #1E1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1959; }
p { color: rgb(30,25,89); }
H1.HeaderClassName
{
color: #1E1959;
}
.AnyTagClassName
{
color: #1E1959;
}
</style>
background-color css
<style>
a { background-color: #1E1959; }
a { background-color: rgb(30,25,89); }
div.DivClassName
{
background-color: #1E1959;
}
.BgClassName
{
background-color: #1E1959;
}
</style>
border-color css
<style>
span { border-color: #1E1959; }
span { border-color: rgb(30,25,89); }
td.TdClassName
{
border-color: #1E1959;
}
.TagClassName
{
border-color: #1E1959;
}
</style>