Shades of Haiti #0F072C
Tints of Haiti #0F072C
RGB
CMYK
RGB Variations
Color information
#0F072C (or 0x0F072C) is known color: Haiti. HEX triplet: 0F, 07 and 2C. RGB value is (15,7,44). Sum of RGB (Red+Green+Blue) = 15+7+44=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F072C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F072C is #F0F8D3. Grayscale: #0D0D0D. Windows color (decimal): -15792340 or 2885391. OLE color: 2885391.
HSL color Cylindrical-coordinate representation of color #0F072C: hue angle of 252.97º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F072C is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 7 | 44 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.83 |
| HSL | 252.97º | 0.73% | 0.1% | - |
| HSV(B) | 252.97º | 0.84% | 0.17% | - |
| XYZ | 0.73 | 0.44 | 2.43 | - |
| YUV | 13.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 44 | 0.66 | 0.84 | 0 | 0.83 | 252.97 | 0.73 | 0.1 |
| Hex | F | 7 | 2C | 42 | 54 | 0 | 53 | FD | 49 | A |
| Octal | 17 | 7 | 54 | 102 | 124 | 0 | 123 | 375 | 111 | 12 |
| Binary | 1111 | 111 | 101100 | 1000010 | 1010100 | 0 | 1010011 | 11111101 | 1001001 | 1010 |
Color Harmonies of #0F072C
Complementary color
Monochromatic Colors of #0F072C
Black with #0F072C
Text Example
Text Example
White with #0F072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F072C; }
p { color: rgb(15,7,44); }
H1.HeaderClassName
{
color: #0F072C;
}
.AnyTagClassName
{
color: #0F072C;
}
</style>
background-color css
<style>
a { background-color: #0F072C; }
a { background-color: rgb(15,7,44); }
div.DivClassName
{
background-color: #0F072C;
}
.BgClassName
{
background-color: #0F072C;
}
</style>
border-color css
<style>
span { border-color: #0F072C; }
span { border-color: rgb(15,7,44); }
td.TdClassName
{
border-color: #0F072C;
}
.TagClassName
{
border-color: #0F072C;
}
</style>