Shades of Midnight Express #000945
Tints of Midnight Express #000945
RGB
CMYK
RGB Variations
Color information
#000945 (or 0x000945) is known color: Midnight Express. HEX triplet: 00, 09 and 45. RGB value is (0,9,69). Sum of RGB (Red+Green+Blue) = 0+9+69=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #000945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000945 is #FFF6BA. Grayscale: #0C0C0C. Windows color (decimal): -16774843 or 4524288. OLE color: 4524288.
HSL color Cylindrical-coordinate representation of color #000945: hue angle of 232.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000945 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 9 | 69 | - |
| CMYK | 1 | 0.87 | 0 | 0.73 |
| HSL | 232.17º | 1% | 0.14% | - |
| HSV(B) | 232.17º | 1% | 0.27% | - |
| XYZ | 1.17 | 0.63 | 5.69 | - |
| YUV | 13.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 69 | 1 | 0.87 | 0 | 0.73 | 232.17 | 1 | 0.14 |
| Hex | 0 | 9 | 45 | 64 | 57 | 0 | 49 | E8 | 64 | E |
| Octal | 0 | 11 | 105 | 144 | 127 | 0 | 111 | 350 | 144 | 16 |
| Binary | 0 | 1001 | 1000101 | 1100100 | 1010111 | 0 | 1001001 | 11101000 | 1100100 | 1110 |
Color Harmonies of #000945
Complementary color
Monochromatic Colors of #000945
Black with #000945
Text Example
Text Example
White with #000945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000945; }
p { color: rgb(0,9,69); }
H1.HeaderClassName
{
color: #000945;
}
.AnyTagClassName
{
color: #000945;
}
</style>
background-color css
<style>
a { background-color: #000945; }
a { background-color: rgb(0,9,69); }
div.DivClassName
{
background-color: #000945;
}
.BgClassName
{
background-color: #000945;
}
</style>
border-color css
<style>
span { border-color: #000945; }
span { border-color: rgb(0,9,69); }
td.TdClassName
{
border-color: #000945;
}
.TagClassName
{
border-color: #000945;
}
</style>