Shades of Haiti #1E193A
Tints of Haiti #1E193A
RGB
CMYK
RGB Variations
Color information
#1E193A (or 0x1E193A) is known color: Haiti. HEX triplet: 1E, 19 and 3A. RGB value is (30,25,58). Sum of RGB (Red+Green+Blue) = 30+25+58=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E193A is #E1E6C5. Grayscale: #1E1E1E. Windows color (decimal): -14804678 or 3807518. OLE color: 3807518.
HSL color Cylindrical-coordinate representation of color #1E193A: hue angle of 249.09º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E193A is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 25 | 58 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.77 |
| HSL | 249.09º | 0.4% | 0.16% | - |
| HSV(B) | 249.09º | 0.57% | 0.23% | - |
| XYZ | 1.65 | 1.28 | 4.16 | - |
| YUV | 30.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 58 | 0.48 | 0.57 | 0 | 0.77 | 249.09 | 0.4 | 0.16 |
| Hex | 1E | 19 | 3A | 30 | 39 | 0 | 4D | F9 | 28 | 10 |
| Octal | 36 | 31 | 72 | 60 | 71 | 0 | 115 | 371 | 50 | 20 |
| Binary | 11110 | 11001 | 111010 | 110000 | 111001 | 0 | 1001101 | 11111001 | 101000 | 10000 |
Color Harmonies of #1E193A
Complementary color
Monochromatic Colors of #1E193A
Black with #1E193A
Text Example
Text Example
White with #1E193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E193A; }
p { color: rgb(30,25,58); }
H1.HeaderClassName
{
color: #1E193A;
}
.AnyTagClassName
{
color: #1E193A;
}
</style>
background-color css
<style>
a { background-color: #1E193A; }
a { background-color: rgb(30,25,58); }
div.DivClassName
{
background-color: #1E193A;
}
.BgClassName
{
background-color: #1E193A;
}
</style>
border-color css
<style>
span { border-color: #1E193A; }
span { border-color: rgb(30,25,58); }
td.TdClassName
{
border-color: #1E193A;
}
.TagClassName
{
border-color: #1E193A;
}
</style>