Shades of Midnight Express #000940
Tints of Midnight Express #000940
RGB
CMYK
RGB Variations
Color information
#000940 (or 0x000940) is known color: Midnight Express. HEX triplet: 00, 09 and 40. RGB value is (0,9,64). Sum of RGB (Red+Green+Blue) = 0+9+64=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 64 (25.39% from 255 or 87.67% from 73); Max value from RGB is 64 - color contains mainly: blue. Hex color #000940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000940 is #FFF6BF. Grayscale: #0C0C0C. Windows color (decimal): -16774848 or 4196608. OLE color: 4196608.
HSL color Cylindrical-coordinate representation of color #000940: hue angle of 231.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000940 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 9 | 64 | - |
| CMYK | 1 | 0.86 | 0 | 0.75 |
| HSL | 231.56º | 1% | 0.13% | - |
| HSV(B) | 231.56º | 1% | 0.25% | - |
| XYZ | 1.02 | 0.57 | 4.91 | - |
| YUV | 12.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 64 | 1 | 0.86 | 0 | 0.75 | 231.56 | 1 | 0.13 |
| Hex | 0 | 9 | 40 | 64 | 56 | 0 | 4B | E8 | 64 | D |
| Octal | 0 | 11 | 100 | 144 | 126 | 0 | 113 | 350 | 144 | 15 |
| Binary | 0 | 1001 | 1000000 | 1100100 | 1010110 | 0 | 1001011 | 11101000 | 1100100 | 1101 |
Color Harmonies of #000940
Complementary color
Monochromatic Colors of #000940
Black with #000940
Text Example
Text Example
White with #000940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000940; }
p { color: rgb(0,9,64); }
H1.HeaderClassName
{
color: #000940;
}
.AnyTagClassName
{
color: #000940;
}
</style>
background-color css
<style>
a { background-color: #000940; }
a { background-color: rgb(0,9,64); }
div.DivClassName
{
background-color: #000940;
}
.BgClassName
{
background-color: #000940;
}
</style>
border-color css
<style>
span { border-color: #000940; }
span { border-color: rgb(0,9,64); }
td.TdClassName
{
border-color: #000940;
}
.TagClassName
{
border-color: #000940;
}
</style>