Shades of Haiti #0E052B
Tints of Haiti #0E052B
RGB
CMYK
RGB Variations
Color information
#0E052B (or 0x0E052B) is known color: Haiti. HEX triplet: 0E, 05 and 2B. RGB value is (14,5,43). Sum of RGB (Red+Green+Blue) = 14+5+43=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 43 (17.19% from 255 or 69.35% from 62); Max value from RGB is 43 - color contains mainly: blue. Hex color #0E052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E052B is #F1FAD4. Grayscale: #0B0B0B. Windows color (decimal): -15858389 or 2819342. OLE color: 2819342.
HSL color Cylindrical-coordinate representation of color #0E052B: hue angle of 254.21º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E052B is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 5 | 43 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.83 |
| HSL | 254.21º | 0.79% | 0.09% | - |
| HSV(B) | 254.21º | 0.88% | 0.17% | - |
| XYZ | 0.67 | 0.38 | 2.32 | - |
| YUV | 12.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 43 | 0.67 | 0.88 | 0 | 0.83 | 254.21 | 0.79 | 0.09 |
| Hex | E | 5 | 2B | 43 | 58 | 0 | 53 | FE | 4F | 9 |
| Octal | 16 | 5 | 53 | 103 | 130 | 0 | 123 | 376 | 117 | 11 |
| Binary | 1110 | 101 | 101011 | 1000011 | 1011000 | 0 | 1010011 | 11111110 | 1001111 | 1001 |
Color Harmonies of #0E052B
Complementary color
Monochromatic Colors of #0E052B
Black with #0E052B
Text Example
Text Example
White with #0E052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E052B; }
p { color: rgb(14,5,43); }
H1.HeaderClassName
{
color: #0E052B;
}
.AnyTagClassName
{
color: #0E052B;
}
</style>
background-color css
<style>
a { background-color: #0E052B; }
a { background-color: rgb(14,5,43); }
div.DivClassName
{
background-color: #0E052B;
}
.BgClassName
{
background-color: #0E052B;
}
</style>
border-color css
<style>
span { border-color: #0E052B; }
span { border-color: rgb(14,5,43); }
td.TdClassName
{
border-color: #0E052B;
}
.TagClassName
{
border-color: #0E052B;
}
</style>