Shades of Midnight Express #000845
Tints of Midnight Express #000845
RGB
CMYK
RGB Variations
Color information
#000845 (or 0x000845) is known color: Midnight Express. HEX triplet: 00, 08 and 45. RGB value is (0,8,69). Sum of RGB (Red+Green+Blue) = 0+8+69=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 69 (27.34% from 255 or 89.61% from 77); Max value from RGB is 69 - color contains mainly: blue. Hex color #000845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000845 is #FFF7BA. Grayscale: #0C0C0C. Windows color (decimal): -16775099 or 4524032. OLE color: 4524032.
HSL color Cylindrical-coordinate representation of color #000845: hue angle of 233.04º 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 #000845 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 8 | 69 | - |
| CMYK | 1 | 0.88 | 0 | 0.73 |
| HSL | 233.04º | 1% | 0.14% | - |
| HSV(B) | 233.04º | 1% | 0.27% | - |
| XYZ | 1.16 | 0.6 | 5.69 | - |
| YUV | 12.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 69 | 1 | 0.88 | 0 | 0.73 | 233.04 | 1 | 0.14 |
| Hex | 0 | 8 | 45 | 64 | 58 | 0 | 49 | E9 | 64 | E |
| Octal | 0 | 10 | 105 | 144 | 130 | 0 | 111 | 351 | 144 | 16 |
| Binary | 0 | 1000 | 1000101 | 1100100 | 1011000 | 0 | 1001001 | 11101001 | 1100100 | 1110 |
Color Harmonies of #000845
Complementary color
Monochromatic Colors of #000845
Black with #000845
Text Example
Text Example
White with #000845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000845; }
p { color: rgb(0,8,69); }
H1.HeaderClassName
{
color: #000845;
}
.AnyTagClassName
{
color: #000845;
}
</style>
background-color css
<style>
a { background-color: #000845; }
a { background-color: rgb(0,8,69); }
div.DivClassName
{
background-color: #000845;
}
.BgClassName
{
background-color: #000845;
}
</style>
border-color css
<style>
span { border-color: #000845; }
span { border-color: rgb(0,8,69); }
td.TdClassName
{
border-color: #000845;
}
.TagClassName
{
border-color: #000845;
}
</style>