Shades of Haiti #150F36
Tints of Haiti #150F36
RGB
CMYK
RGB Variations
Color information
#150F36 (or 0x150F36) is known color: Haiti. HEX triplet: 15, 0F and 36. RGB value is (21,15,54). Sum of RGB (Red+Green+Blue) = 21+15+54=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #150F36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F36 is #EAF0C9. Grayscale: #151515. Windows color (decimal): -15397066 or 3542805. OLE color: 3542805.
HSL color Cylindrical-coordinate representation of color #150F36: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #150F36 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 15 | 54 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.79 |
| HSL | 249.23º | 0.57% | 0.14% | - |
| HSV(B) | 249.23º | 0.72% | 0.21% | - |
| XYZ | 1.15 | 0.77 | 3.58 | - |
| YUV | 21.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 54 | 0.61 | 0.72 | 0 | 0.79 | 249.23 | 0.57 | 0.14 |
| Hex | 15 | F | 36 | 3D | 48 | 0 | 4F | F9 | 39 | E |
| Octal | 25 | 17 | 66 | 75 | 110 | 0 | 117 | 371 | 71 | 16 |
| Binary | 10101 | 1111 | 110110 | 111101 | 1001000 | 0 | 1001111 | 11111001 | 111001 | 1110 |
Color Harmonies of #150F36
Complementary color
Monochromatic Colors of #150F36
Black with #150F36
Text Example
Text Example
White with #150F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F36; }
p { color: rgb(21,15,54); }
H1.HeaderClassName
{
color: #150F36;
}
.AnyTagClassName
{
color: #150F36;
}
</style>
background-color css
<style>
a { background-color: #150F36; }
a { background-color: rgb(21,15,54); }
div.DivClassName
{
background-color: #150F36;
}
.BgClassName
{
background-color: #150F36;
}
</style>
border-color css
<style>
span { border-color: #150F36; }
span { border-color: rgb(21,15,54); }
td.TdClassName
{
border-color: #150F36;
}
.TagClassName
{
border-color: #150F36;
}
</style>