Shades of Paua #1E1D59
Tints of Paua #1E1D59
RGB
CMYK
RGB Variations
Color information
#1E1D59 (or 0x1E1D59) is known color: Paua. HEX triplet: 1E, 1D and 59. RGB value is (30,29,89). Sum of RGB (Red+Green+Blue) = 30+29+89=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1D59 is #E1E2A6. Grayscale: #232323. Windows color (decimal): -14803623 or 5840158. OLE color: 5840158.
HSL color Cylindrical-coordinate representation of color #1E1D59: hue angle of 241º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E1D59 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 29 | 89 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.65 |
| HSL | 241º | 0.51% | 0.23% | - |
| HSV(B) | 241º | 0.67% | 0.35% | - |
| XYZ | 2.78 | 1.88 | 9.67 | - |
| YUV | 36.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 89 | 0.66 | 0.67 | 0 | 0.65 | 241 | 0.51 | 0.23 |
| Hex | 1E | 1D | 59 | 42 | 43 | 0 | 41 | F1 | 33 | 17 |
| Octal | 36 | 35 | 131 | 102 | 103 | 0 | 101 | 361 | 63 | 27 |
| Binary | 11110 | 11101 | 1011001 | 1000010 | 1000011 | 0 | 1000001 | 11110001 | 110011 | 10111 |
Color Harmonies of #1E1D59
Complementary color
Monochromatic Colors of #1E1D59
Black with #1E1D59
Text Example
Text Example
White with #1E1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D59; }
p { color: rgb(30,29,89); }
H1.HeaderClassName
{
color: #1E1D59;
}
.AnyTagClassName
{
color: #1E1D59;
}
</style>
background-color css
<style>
a { background-color: #1E1D59; }
a { background-color: rgb(30,29,89); }
div.DivClassName
{
background-color: #1E1D59;
}
.BgClassName
{
background-color: #1E1D59;
}
</style>
border-color css
<style>
span { border-color: #1E1D59; }
span { border-color: rgb(30,29,89); }
td.TdClassName
{
border-color: #1E1D59;
}
.TagClassName
{
border-color: #1E1D59;
}
</style>