Shades of Haiti #0E052C
Tints of Haiti #0E052C
RGB
CMYK
RGB Variations
Color information
#0E052C (or 0x0E052C) is known color: Haiti. HEX triplet: 0E, 05 and 2C. RGB value is (14,5,44). Sum of RGB (Red+Green+Blue) = 14+5+44=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E052C is #F1FAD3. Grayscale: #0B0B0B. Windows color (decimal): -15858388 or 2884878. OLE color: 2884878.
HSL color Cylindrical-coordinate representation of color #0E052C: hue angle of 253.85º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E052C is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 5 | 44 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.83 |
| HSL | 253.85º | 0.8% | 0.1% | - |
| HSV(B) | 253.85º | 0.89% | 0.17% | - |
| XYZ | 0.69 | 0.38 | 2.42 | - |
| YUV | 12.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 44 | 0.68 | 0.89 | 0 | 0.83 | 253.85 | 0.8 | 0.1 |
| Hex | E | 5 | 2C | 44 | 59 | 0 | 53 | FE | 50 | A |
| Octal | 16 | 5 | 54 | 104 | 131 | 0 | 123 | 376 | 120 | 12 |
| Binary | 1110 | 101 | 101100 | 1000100 | 1011001 | 0 | 1010011 | 11111110 | 1010000 | 1010 |
Color Harmonies of #0E052C
Complementary color
Monochromatic Colors of #0E052C
Black with #0E052C
Text Example
Text Example
White with #0E052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E052C; }
p { color: rgb(14,5,44); }
H1.HeaderClassName
{
color: #0E052C;
}
.AnyTagClassName
{
color: #0E052C;
}
</style>
background-color css
<style>
a { background-color: #0E052C; }
a { background-color: rgb(14,5,44); }
div.DivClassName
{
background-color: #0E052C;
}
.BgClassName
{
background-color: #0E052C;
}
</style>
border-color css
<style>
span { border-color: #0E052C; }
span { border-color: rgb(14,5,44); }
td.TdClassName
{
border-color: #0E052C;
}
.TagClassName
{
border-color: #0E052C;
}
</style>