Shades of Midnight Express #000445
Tints of Midnight Express #000445
RGB
CMYK
RGB Variations
Color information
#000445 (or 0x000445) is known color: Midnight Express. HEX triplet: 00, 04 and 45. RGB value is (0,4,69). Sum of RGB (Red+Green+Blue) = 0+4+69=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 69 (27.34% from 255 or 94.52% from 73); Max value from RGB is 69 - color contains mainly: blue. Hex color #000445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000445 is #FFFBBA. Grayscale: #090909. Windows color (decimal): -16776123 or 4523008. OLE color: 4523008.
HSL color Cylindrical-coordinate representation of color #000445: hue angle of 236.52º 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 #000445 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 4 | 69 | - |
| CMYK | 1 | 0.94 | 0 | 0.73 |
| HSL | 236.52º | 1% | 0.14% | - |
| HSV(B) | 236.52º | 1% | 0.27% | - |
| XYZ | 1.12 | 0.52 | 5.67 | - |
| YUV | 10.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 69 | 1 | 0.94 | 0 | 0.73 | 236.52 | 1 | 0.14 |
| Hex | 0 | 4 | 45 | 64 | 5E | 0 | 49 | ED | 64 | E |
| Octal | 0 | 4 | 105 | 144 | 136 | 0 | 111 | 355 | 144 | 16 |
| Binary | 0 | 100 | 1000101 | 1100100 | 1011110 | 0 | 1001001 | 11101101 | 1100100 | 1110 |
Color Harmonies of #000445
Complementary color
Monochromatic Colors of #000445
Black with #000445
Text Example
Text Example
White with #000445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000445; }
p { color: rgb(0,4,69); }
H1.HeaderClassName
{
color: #000445;
}
.AnyTagClassName
{
color: #000445;
}
</style>
background-color css
<style>
a { background-color: #000445; }
a { background-color: rgb(0,4,69); }
div.DivClassName
{
background-color: #000445;
}
.BgClassName
{
background-color: #000445;
}
</style>
border-color css
<style>
span { border-color: #000445; }
span { border-color: rgb(0,4,69); }
td.TdClassName
{
border-color: #000445;
}
.TagClassName
{
border-color: #000445;
}
</style>