Shades of Haiti #130B27
Tints of Haiti #130B27
RGB
CMYK
RGB Variations
Color information
#130B27 (or 0x130B27) is known color: Haiti. HEX triplet: 13, 0B and 27. RGB value is (19,11,39). Sum of RGB (Red+Green+Blue) = 19+11+39=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #130B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B27 is #ECF4D8. Grayscale: #101010. Windows color (decimal): -15529177 or 2558739. OLE color: 2558739.
HSL color Cylindrical-coordinate representation of color #130B27: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130B27 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 11 | 39 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.85 |
| HSL | 257.14º | 0.56% | 0.1% | - |
| HSV(B) | 257.14º | 0.72% | 0.15% | - |
| XYZ | 0.75 | 0.52 | 1.98 | - |
| YUV | 16.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 39 | 0.51 | 0.72 | 0 | 0.85 | 257.14 | 0.56 | 0.1 |
| Hex | 13 | B | 27 | 33 | 48 | 0 | 55 | 101 | 38 | A |
| Octal | 23 | 13 | 47 | 63 | 110 | 0 | 125 | 401 | 70 | 12 |
| Binary | 10011 | 1011 | 100111 | 110011 | 1001000 | 0 | 1010101 | 100000001 | 111000 | 1010 |
Color Harmonies of #130B27
Complementary color
Monochromatic Colors of #130B27
Black with #130B27
Text Example
Text Example
White with #130B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B27; }
p { color: rgb(19,11,39); }
H1.HeaderClassName
{
color: #130B27;
}
.AnyTagClassName
{
color: #130B27;
}
</style>
background-color css
<style>
a { background-color: #130B27; }
a { background-color: rgb(19,11,39); }
div.DivClassName
{
background-color: #130B27;
}
.BgClassName
{
background-color: #130B27;
}
</style>
border-color css
<style>
span { border-color: #130B27; }
span { border-color: rgb(19,11,39); }
td.TdClassName
{
border-color: #130B27;
}
.TagClassName
{
border-color: #130B27;
}
</style>