Shades of Haiti #130C2E
Tints of Haiti #130C2E
RGB
CMYK
RGB Variations
Color information
#130C2E (or 0x130C2E) is known color: Haiti. HEX triplet: 13, 0C and 2E. RGB value is (19,12,46). Sum of RGB (Red+Green+Blue) = 19+12+46=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #130C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C2E is #ECF3D1. Grayscale: #111111. Windows color (decimal): -15528914 or 3017747. OLE color: 3017747.
HSL color Cylindrical-coordinate representation of color #130C2E: hue angle of 252.35º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130C2E is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 12 | 46 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.82 |
| HSL | 252.35º | 0.59% | 0.11% | - |
| HSV(B) | 252.35º | 0.74% | 0.18% | - |
| XYZ | 0.89 | 0.6 | 2.65 | - |
| YUV | 17.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 46 | 0.59 | 0.74 | 0 | 0.82 | 252.35 | 0.59 | 0.11 |
| Hex | 13 | C | 2E | 3B | 4A | 0 | 52 | FC | 3B | B |
| Octal | 23 | 14 | 56 | 73 | 112 | 0 | 122 | 374 | 73 | 13 |
| Binary | 10011 | 1100 | 101110 | 111011 | 1001010 | 0 | 1010010 | 11111100 | 111011 | 1011 |
Color Harmonies of #130C2E
Complementary color
Monochromatic Colors of #130C2E
Black with #130C2E
Text Example
Text Example
White with #130C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C2E; }
p { color: rgb(19,12,46); }
H1.HeaderClassName
{
color: #130C2E;
}
.AnyTagClassName
{
color: #130C2E;
}
</style>
background-color css
<style>
a { background-color: #130C2E; }
a { background-color: rgb(19,12,46); }
div.DivClassName
{
background-color: #130C2E;
}
.BgClassName
{
background-color: #130C2E;
}
</style>
border-color css
<style>
span { border-color: #130C2E; }
span { border-color: rgb(19,12,46); }
td.TdClassName
{
border-color: #130C2E;
}
.TagClassName
{
border-color: #130C2E;
}
</style>