Shades of Haiti #12092B
Tints of Haiti #12092B
RGB
CMYK
RGB Variations
Color information
#12092B (or 0x12092B) is known color: Haiti. HEX triplet: 12, 09 and 2B. RGB value is (18,9,43). Sum of RGB (Red+Green+Blue) = 18+9+43=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #12092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12092B is #EDF6D4. Grayscale: #0F0F0F. Windows color (decimal): -15595221 or 2820370. OLE color: 2820370.
HSL color Cylindrical-coordinate representation of color #12092B: hue angle of 255.88º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12092B is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 9 | 43 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.83 |
| HSL | 255.88º | 0.65% | 0.1% | - |
| HSV(B) | 255.88º | 0.79% | 0.17% | - |
| XYZ | 0.78 | 0.5 | 2.34 | - |
| YUV | 15.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 43 | 0.58 | 0.79 | 0 | 0.83 | 255.88 | 0.65 | 0.1 |
| Hex | 12 | 9 | 2B | 3A | 4F | 0 | 53 | 100 | 41 | A |
| Octal | 22 | 11 | 53 | 72 | 117 | 0 | 123 | 400 | 101 | 12 |
| Binary | 10010 | 1001 | 101011 | 111010 | 1001111 | 0 | 1010011 | 100000000 | 1000001 | 1010 |
Color Harmonies of #12092B
Complementary color
Monochromatic Colors of #12092B
Black with #12092B
Text Example
Text Example
White with #12092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12092B; }
p { color: rgb(18,9,43); }
H1.HeaderClassName
{
color: #12092B;
}
.AnyTagClassName
{
color: #12092B;
}
</style>
background-color css
<style>
a { background-color: #12092B; }
a { background-color: rgb(18,9,43); }
div.DivClassName
{
background-color: #12092B;
}
.BgClassName
{
background-color: #12092B;
}
</style>
border-color css
<style>
span { border-color: #12092B; }
span { border-color: rgb(18,9,43); }
td.TdClassName
{
border-color: #12092B;
}
.TagClassName
{
border-color: #12092B;
}
</style>