Shades of Midnight Express #0A0941
Tints of Midnight Express #0A0941
RGB
CMYK
RGB Variations
Color information
#0A0941 (or 0x0A0941) is known color: Midnight Express. HEX triplet: 0A, 09 and 41. RGB value is (10,9,65). Sum of RGB (Red+Green+Blue) = 10+9+65=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A0941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0941 is #F5F6BE. Grayscale: #0F0F0F. Windows color (decimal): -16119487 or 4262154. OLE color: 4262154.
HSL color Cylindrical-coordinate representation of color #0A0941: hue angle of 241.07º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0941 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 9 | 65 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.75 |
| HSL | 241.07º | 0.76% | 0.15% | - |
| HSV(B) | 241.07º | 0.86% | 0.25% | - |
| XYZ | 1.18 | 0.64 | 5.06 | - |
| YUV | 15.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 65 | 0.85 | 0.86 | 0 | 0.75 | 241.07 | 0.76 | 0.15 |
| Hex | A | 9 | 41 | 55 | 56 | 0 | 4B | F1 | 4C | F |
| Octal | 12 | 11 | 101 | 125 | 126 | 0 | 113 | 361 | 114 | 17 |
| Binary | 1010 | 1001 | 1000001 | 1010101 | 1010110 | 0 | 1001011 | 11110001 | 1001100 | 1111 |
Color Harmonies of #0A0941
Complementary color
Monochromatic Colors of #0A0941
Black with #0A0941
Text Example
Text Example
White with #0A0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0941; }
p { color: rgb(10,9,65); }
H1.HeaderClassName
{
color: #0A0941;
}
.AnyTagClassName
{
color: #0A0941;
}
</style>
background-color css
<style>
a { background-color: #0A0941; }
a { background-color: rgb(10,9,65); }
div.DivClassName
{
background-color: #0A0941;
}
.BgClassName
{
background-color: #0A0941;
}
</style>
border-color css
<style>
span { border-color: #0A0941; }
span { border-color: rgb(10,9,65); }
td.TdClassName
{
border-color: #0A0941;
}
.TagClassName
{
border-color: #0A0941;
}
</style>