Shades of Haiti #140D27
Tints of Haiti #140D27
RGB
CMYK
RGB Variations
Color information
#140D27 (or 0x140D27) is known color: Haiti. HEX triplet: 14, 0D and 27. RGB value is (20,13,39). Sum of RGB (Red+Green+Blue) = 20+13+39=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #140D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D27 is #EBF2D8. Grayscale: #111111. Windows color (decimal): -15463129 or 2559252. OLE color: 2559252.
HSL color Cylindrical-coordinate representation of color #140D27: hue angle of 256.15º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #140D27 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 13 | 39 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.85 |
| HSL | 256.15º | 0.5% | 0.1% | - |
| HSV(B) | 256.15º | 0.67% | 0.15% | - |
| XYZ | 0.8 | 0.58 | 1.99 | - |
| YUV | 18.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 39 | 0.49 | 0.67 | 0 | 0.85 | 256.15 | 0.5 | 0.1 |
| Hex | 14 | D | 27 | 31 | 43 | 0 | 55 | 100 | 32 | A |
| Octal | 24 | 15 | 47 | 61 | 103 | 0 | 125 | 400 | 62 | 12 |
| Binary | 10100 | 1101 | 100111 | 110001 | 1000011 | 0 | 1010101 | 100000000 | 110010 | 1010 |
Color Harmonies of #140D27
Complementary color
Monochromatic Colors of #140D27
Black with #140D27
Text Example
Text Example
White with #140D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D27; }
p { color: rgb(20,13,39); }
H1.HeaderClassName
{
color: #140D27;
}
.AnyTagClassName
{
color: #140D27;
}
</style>
background-color css
<style>
a { background-color: #140D27; }
a { background-color: rgb(20,13,39); }
div.DivClassName
{
background-color: #140D27;
}
.BgClassName
{
background-color: #140D27;
}
</style>
border-color css
<style>
span { border-color: #140D27; }
span { border-color: rgb(20,13,39); }
td.TdClassName
{
border-color: #140D27;
}
.TagClassName
{
border-color: #140D27;
}
</style>