Shades of Haiti #130A27
Tints of Haiti #130A27
RGB
CMYK
RGB Variations
Color information
#130A27 (or 0x130A27) is known color: Haiti. HEX triplet: 13, 0A and 27. RGB value is (19,10,39). Sum of RGB (Red+Green+Blue) = 19+10+39=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #130A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A27 is #ECF5D8. Grayscale: #0F0F0F. Windows color (decimal): -15529433 or 2558483. OLE color: 2558483.
HSL color Cylindrical-coordinate representation of color #130A27: hue angle of 258.62º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130A27 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 10 | 39 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.85 |
| HSL | 258.62º | 0.59% | 0.1% | - |
| HSV(B) | 258.62º | 0.74% | 0.15% | - |
| XYZ | 0.74 | 0.5 | 1.98 | - |
| YUV | 16 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 39 | 0.51 | 0.74 | 0 | 0.85 | 258.62 | 0.59 | 0.1 |
| Hex | 13 | A | 27 | 33 | 4A | 0 | 55 | 103 | 3B | A |
| Octal | 23 | 12 | 47 | 63 | 112 | 0 | 125 | 403 | 73 | 12 |
| Binary | 10011 | 1010 | 100111 | 110011 | 1001010 | 0 | 1010101 | 100000011 | 111011 | 1010 |
Color Harmonies of #130A27
Complementary color
Monochromatic Colors of #130A27
Black with #130A27
Text Example
Text Example
White with #130A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A27; }
p { color: rgb(19,10,39); }
H1.HeaderClassName
{
color: #130A27;
}
.AnyTagClassName
{
color: #130A27;
}
</style>
background-color css
<style>
a { background-color: #130A27; }
a { background-color: rgb(19,10,39); }
div.DivClassName
{
background-color: #130A27;
}
.BgClassName
{
background-color: #130A27;
}
</style>
border-color css
<style>
span { border-color: #130A27; }
span { border-color: rgb(19,10,39); }
td.TdClassName
{
border-color: #130A27;
}
.TagClassName
{
border-color: #130A27;
}
</style>