Shades of Haiti #130A28
Tints of Haiti #130A28
RGB
CMYK
RGB Variations
Color information
#130A28 (or 0x130A28) is known color: Haiti. HEX triplet: 13, 0A and 28. RGB value is (19,10,40). Sum of RGB (Red+Green+Blue) = 19+10+40=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 10 (4.30% from 255 or 14.49% 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 #130A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A28 is #ECF5D7. Grayscale: #101010. Windows color (decimal): -15529432 or 2624019. OLE color: 2624019.
HSL color Cylindrical-coordinate representation of color #130A28: hue angle of 258º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130A28 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 10 | 40 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.84 |
| HSL | 258º | 0.6% | 0.1% | - |
| HSV(B) | 258º | 0.75% | 0.16% | - |
| XYZ | 0.76 | 0.51 | 2.07 | - |
| YUV | 16.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 40 | 0.52 | 0.75 | 0 | 0.84 | 258 | 0.6 | 0.1 |
| Hex | 13 | A | 28 | 34 | 4B | 0 | 54 | 102 | 3C | A |
| Octal | 23 | 12 | 50 | 64 | 113 | 0 | 124 | 402 | 74 | 12 |
| Binary | 10011 | 1010 | 101000 | 110100 | 1001011 | 0 | 1010100 | 100000010 | 111100 | 1010 |
Color Harmonies of #130A28
Complementary color
Monochromatic Colors of #130A28
Black with #130A28
Text Example
Text Example
White with #130A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A28; }
p { color: rgb(19,10,40); }
H1.HeaderClassName
{
color: #130A28;
}
.AnyTagClassName
{
color: #130A28;
}
</style>
background-color css
<style>
a { background-color: #130A28; }
a { background-color: rgb(19,10,40); }
div.DivClassName
{
background-color: #130A28;
}
.BgClassName
{
background-color: #130A28;
}
</style>
border-color css
<style>
span { border-color: #130A28; }
span { border-color: rgb(19,10,40); }
td.TdClassName
{
border-color: #130A28;
}
.TagClassName
{
border-color: #130A28;
}
</style>