Shades of Midnight Express #010940
Tints of Midnight Express #010940
RGB
CMYK
RGB Variations
Color information
#010940 (or 0x010940) is known color: Midnight Express. HEX triplet: 01, 09 and 40. RGB value is (1,9,64). Sum of RGB (Red+Green+Blue) = 1+9+64=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 64 (25.39% from 255 or 86.49% from 74); Max value from RGB is 64 - color contains mainly: blue. Hex color #010940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010940 is #FEF6BF. Grayscale: #0C0C0C. Windows color (decimal): -16709312 or 4196609. OLE color: 4196609.
HSL color Cylindrical-coordinate representation of color #010940: hue angle of 232.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010940 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 9 | 64 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.75 |
| HSL | 232.38º | 0.97% | 0.13% | - |
| HSV(B) | 232.38º | 0.98% | 0.25% | - |
| XYZ | 1.04 | 0.57 | 4.91 | - |
| YUV | 12.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 64 | 0.98 | 0.86 | 0 | 0.75 | 232.38 | 0.97 | 0.13 |
| Hex | 1 | 9 | 40 | 62 | 56 | 0 | 4B | E8 | 61 | D |
| Octal | 1 | 11 | 100 | 142 | 126 | 0 | 113 | 350 | 141 | 15 |
| Binary | 1 | 1001 | 1000000 | 1100010 | 1010110 | 0 | 1001011 | 11101000 | 1100001 | 1101 |
Color Harmonies of #010940
Complementary color
Monochromatic Colors of #010940
Black with #010940
Text Example
Text Example
White with #010940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010940; }
p { color: rgb(1,9,64); }
H1.HeaderClassName
{
color: #010940;
}
.AnyTagClassName
{
color: #010940;
}
</style>
background-color css
<style>
a { background-color: #010940; }
a { background-color: rgb(1,9,64); }
div.DivClassName
{
background-color: #010940;
}
.BgClassName
{
background-color: #010940;
}
</style>
border-color css
<style>
span { border-color: #010940; }
span { border-color: rgb(1,9,64); }
td.TdClassName
{
border-color: #010940;
}
.TagClassName
{
border-color: #010940;
}
</style>