Shades of Midnight Express #000944
Tints of Midnight Express #000944
RGB
CMYK
RGB Variations
Color information
#000944 (or 0x000944) is known color: Midnight Express. HEX triplet: 00, 09 and 44. RGB value is (0,9,68). Sum of RGB (Red+Green+Blue) = 0+9+68=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 68 (26.95% from 255 or 88.31% from 77); Max value from RGB is 68 - color contains mainly: blue. Hex color #000944 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000944 is #FFF6BB. Grayscale: #0C0C0C. Windows color (decimal): -16774844 or 4458752. OLE color: 4458752.
HSL color Cylindrical-coordinate representation of color #000944: hue angle of 232.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000944 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 9 | 68 | - |
| CMYK | 1 | 0.87 | 0 | 0.73 |
| HSL | 232.06º | 1% | 0.13% | - |
| HSV(B) | 232.06º | 1% | 0.27% | - |
| XYZ | 1.14 | 0.61 | 5.53 | - |
| YUV | 13.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 68 | 1 | 0.87 | 0 | 0.73 | 232.06 | 1 | 0.13 |
| Hex | 0 | 9 | 44 | 64 | 57 | 0 | 49 | E8 | 64 | D |
| Octal | 0 | 11 | 104 | 144 | 127 | 0 | 111 | 350 | 144 | 15 |
| Binary | 0 | 1001 | 1000100 | 1100100 | 1010111 | 0 | 1001001 | 11101000 | 1100100 | 1101 |
Color Harmonies of #000944
Complementary color
Monochromatic Colors of #000944
Black with #000944
Text Example
Text Example
White with #000944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000944; }
p { color: rgb(0,9,68); }
H1.HeaderClassName
{
color: #000944;
}
.AnyTagClassName
{
color: #000944;
}
</style>
background-color css
<style>
a { background-color: #000944; }
a { background-color: rgb(0,9,68); }
div.DivClassName
{
background-color: #000944;
}
.BgClassName
{
background-color: #000944;
}
</style>
border-color css
<style>
span { border-color: #000944; }
span { border-color: rgb(0,9,68); }
td.TdClassName
{
border-color: #000944;
}
.TagClassName
{
border-color: #000944;
}
</style>