Shades of Paua #1E1E59
Tints of Paua #1E1E59
RGB
CMYK
RGB Variations
Color information
#1E1E59 (or 0x1E1E59) is known color: Paua. HEX triplet: 1E, 1E and 59. RGB value is (30,30,89). Sum of RGB (Red+Green+Blue) = 30+30+89=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1E59 is #E1E1A6. Grayscale: #242424. Windows color (decimal): -14803367 or 5840414. OLE color: 5840414.
HSL color Cylindrical-coordinate representation of color #1E1E59: hue angle of 240º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E1E59 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 30 | 89 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.65 |
| HSL | 240º | 0.5% | 0.23% | - |
| HSV(B) | 240º | 0.66% | 0.35% | - |
| XYZ | 2.8 | 1.93 | 9.68 | - |
| YUV | 36.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 30 | 89 | 0.66 | 0.66 | 0 | 0.65 | 240 | 0.5 | 0.23 |
| Hex | 1E | 1E | 59 | 42 | 42 | 0 | 41 | F0 | 32 | 17 |
| Octal | 36 | 36 | 131 | 102 | 102 | 0 | 101 | 360 | 62 | 27 |
| Binary | 11110 | 11110 | 1011001 | 1000010 | 1000010 | 0 | 1000001 | 11110000 | 110010 | 10111 |
Color Harmonies of #1E1E59
Complementary color
Monochromatic Colors of #1E1E59
Black with #1E1E59
Text Example
Text Example
White with #1E1E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1E59; }
p { color: rgb(30,30,89); }
H1.HeaderClassName
{
color: #1E1E59;
}
.AnyTagClassName
{
color: #1E1E59;
}
</style>
background-color css
<style>
a { background-color: #1E1E59; }
a { background-color: rgb(30,30,89); }
div.DivClassName
{
background-color: #1E1E59;
}
.BgClassName
{
background-color: #1E1E59;
}
</style>
border-color css
<style>
span { border-color: #1E1E59; }
span { border-color: rgb(30,30,89); }
td.TdClassName
{
border-color: #1E1E59;
}
.TagClassName
{
border-color: #1E1E59;
}
</style>