Shades of Haiti #140E37
Tints of Haiti #140E37
RGB
CMYK
RGB Variations
Color information
#140E37 (or 0x140E37) is known color: Haiti. HEX triplet: 14, 0E and 37. RGB value is (20,14,55). Sum of RGB (Red+Green+Blue) = 20+14+55=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #140E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E37 is #EBF1C8. Grayscale: #141414. Windows color (decimal): -15462857 or 3608084. OLE color: 3608084.
HSL color Cylindrical-coordinate representation of color #140E37: hue angle of 248.78º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140E37 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 14 | 55 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.78 |
| HSL | 248.78º | 0.59% | 0.14% | - |
| HSV(B) | 248.78º | 0.75% | 0.22% | - |
| XYZ | 1.14 | 0.74 | 3.7 | - |
| YUV | 20.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 55 | 0.64 | 0.75 | 0 | 0.78 | 248.78 | 0.59 | 0.14 |
| Hex | 14 | E | 37 | 40 | 4B | 0 | 4E | F9 | 3B | E |
| Octal | 24 | 16 | 67 | 100 | 113 | 0 | 116 | 371 | 73 | 16 |
| Binary | 10100 | 1110 | 110111 | 1000000 | 1001011 | 0 | 1001110 | 11111001 | 111011 | 1110 |
Color Harmonies of #140E37
Complementary color
Monochromatic Colors of #140E37
Black with #140E37
Text Example
Text Example
White with #140E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E37; }
p { color: rgb(20,14,55); }
H1.HeaderClassName
{
color: #140E37;
}
.AnyTagClassName
{
color: #140E37;
}
</style>
background-color css
<style>
a { background-color: #140E37; }
a { background-color: rgb(20,14,55); }
div.DivClassName
{
background-color: #140E37;
}
.BgClassName
{
background-color: #140E37;
}
</style>
border-color css
<style>
span { border-color: #140E37; }
span { border-color: rgb(20,14,55); }
td.TdClassName
{
border-color: #140E37;
}
.TagClassName
{
border-color: #140E37;
}
</style>