Shades of Haiti #0C012C
Tints of Haiti #0C012C
RGB
CMYK
RGB Variations
Color information
#0C012C (or 0x0C012C) is known color: Haiti. HEX triplet: 0C, 01 and 2C. RGB value is (12,1,44). Sum of RGB (Red+Green+Blue) = 12+1+44=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C012C is #F3FED3. Grayscale: #090909. Windows color (decimal): -15990484 or 2883852. OLE color: 2883852.
HSL color Cylindrical-coordinate representation of color #0C012C: hue angle of 255.35º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C012C is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 1 | 44 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.83 |
| HSL | 255.35º | 0.96% | 0.09% | - |
| HSV(B) | 255.35º | 0.98% | 0.17% | - |
| XYZ | 0.62 | 0.28 | 2.4 | - |
| YUV | 9.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 44 | 0.73 | 0.98 | 0 | 0.83 | 255.35 | 0.96 | 0.09 |
| Hex | C | 1 | 2C | 49 | 62 | 0 | 53 | FF | 60 | 9 |
| Octal | 14 | 1 | 54 | 111 | 142 | 0 | 123 | 377 | 140 | 11 |
| Binary | 1100 | 1 | 101100 | 1001001 | 1100010 | 0 | 1010011 | 11111111 | 1100000 | 1001 |
Color Harmonies of #0C012C
Complementary color
Monochromatic Colors of #0C012C
Black with #0C012C
Text Example
Text Example
White with #0C012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C012C; }
p { color: rgb(12,1,44); }
H1.HeaderClassName
{
color: #0C012C;
}
.AnyTagClassName
{
color: #0C012C;
}
</style>
background-color css
<style>
a { background-color: #0C012C; }
a { background-color: rgb(12,1,44); }
div.DivClassName
{
background-color: #0C012C;
}
.BgClassName
{
background-color: #0C012C;
}
</style>
border-color css
<style>
span { border-color: #0C012C; }
span { border-color: rgb(12,1,44); }
td.TdClassName
{
border-color: #0C012C;
}
.TagClassName
{
border-color: #0C012C;
}
</style>