Shades of Haiti #0A0025
Tints of Haiti #0A0025
RGB
CMYK
RGB Variations
Color information
#0A0025 (or 0x0A0025) is known color: Haiti. HEX triplet: 0A, 00 and 25. RGB value is (10,0,37). Sum of RGB (Red+Green+Blue) = 10+0+37=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A0025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0025 is #F5FFDA. Grayscale: #070707. Windows color (decimal): -16121819 or 2424842. OLE color: 2424842.
HSL color Cylindrical-coordinate representation of color #0A0025: hue angle of 256.22º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0025 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 0 | 37 | - |
| CMYK | 0.73 | 1 | 0 | 0.85 |
| HSL | 256.22º | 1% | 0.07% | - |
| HSV(B) | 256.22º | 1% | 0.15% | - |
| XYZ | 0.46 | 0.2 | 1.76 | - |
| YUV | 7.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 37 | 0.73 | 1 | 0 | 0.85 | 256.22 | 1 | 0.07 |
| Hex | A | 0 | 25 | 49 | 64 | 0 | 55 | 100 | 64 | 7 |
| Octal | 12 | 0 | 45 | 111 | 144 | 0 | 125 | 400 | 144 | 7 |
| Binary | 1010 | 0 | 100101 | 1001001 | 1100100 | 0 | 1010101 | 100000000 | 1100100 | 111 |
Color Harmonies of #0A0025
Complementary color
Monochromatic Colors of #0A0025
Black with #0A0025
Text Example
Text Example
White with #0A0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0025; }
p { color: rgb(10,0,37); }
H1.HeaderClassName
{
color: #0A0025;
}
.AnyTagClassName
{
color: #0A0025;
}
</style>
background-color css
<style>
a { background-color: #0A0025; }
a { background-color: rgb(10,0,37); }
div.DivClassName
{
background-color: #0A0025;
}
.BgClassName
{
background-color: #0A0025;
}
</style>
border-color css
<style>
span { border-color: #0A0025; }
span { border-color: rgb(10,0,37); }
td.TdClassName
{
border-color: #0A0025;
}
.TagClassName
{
border-color: #0A0025;
}
</style>