Shades of Haiti #120B28
Tints of Haiti #120B28
RGB
CMYK
RGB Variations
Color information
#120B28 (or 0x120B28) is known color: Haiti. HEX triplet: 12, 0B and 28. RGB value is (18,11,40). Sum of RGB (Red+Green+Blue) = 18+11+40=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #120B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B28 is #EDF4D7. Grayscale: #101010. Windows color (decimal): -15594712 or 2624274. OLE color: 2624274.
HSL color Cylindrical-coordinate representation of color #120B28: hue angle of 254.48º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120B28 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 11 | 40 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.84 |
| HSL | 254.48º | 0.57% | 0.1% | - |
| HSV(B) | 254.48º | 0.73% | 0.16% | - |
| XYZ | 0.75 | 0.52 | 2.07 | - |
| YUV | 16.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 40 | 0.55 | 0.72 | 0 | 0.84 | 254.48 | 0.57 | 0.1 |
| Hex | 12 | B | 28 | 37 | 48 | 0 | 54 | FE | 39 | A |
| Octal | 22 | 13 | 50 | 67 | 110 | 0 | 124 | 376 | 71 | 12 |
| Binary | 10010 | 1011 | 101000 | 110111 | 1001000 | 0 | 1010100 | 11111110 | 111001 | 1010 |
Color Harmonies of #120B28
Complementary color
Monochromatic Colors of #120B28
Black with #120B28
Text Example
Text Example
White with #120B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B28; }
p { color: rgb(18,11,40); }
H1.HeaderClassName
{
color: #120B28;
}
.AnyTagClassName
{
color: #120B28;
}
</style>
background-color css
<style>
a { background-color: #120B28; }
a { background-color: rgb(18,11,40); }
div.DivClassName
{
background-color: #120B28;
}
.BgClassName
{
background-color: #120B28;
}
</style>
border-color css
<style>
span { border-color: #120B28; }
span { border-color: rgb(18,11,40); }
td.TdClassName
{
border-color: #120B28;
}
.TagClassName
{
border-color: #120B28;
}
</style>