Shades of Midnight Express #000145
Tints of Midnight Express #000145
RGB
CMYK
RGB Variations
Color information
#000145 (or 0x000145) is known color: Midnight Express. HEX triplet: 00, 01 and 45. RGB value is (0,1,69). Sum of RGB (Red+Green+Blue) = 0+1+69=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 69 (27.34% from 255 or 98.57% from 70); Max value from RGB is 69 - color contains mainly: blue. Hex color #000145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000145 is #FFFEBA. Grayscale: #080808. Windows color (decimal): -16776891 or 4522240. OLE color: 4522240.
HSL color Cylindrical-coordinate representation of color #000145: hue angle of 239.13º 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 #000145 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 1 | 69 | - |
| CMYK | 1 | 0.99 | 0 | 0.73 |
| HSL | 239.13º | 1% | 0.14% | - |
| HSV(B) | 239.13º | 1% | 0.27% | - |
| XYZ | 1.09 | 0.45 | 5.66 | - |
| YUV | 8.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 69 | 1 | 0.99 | 0 | 0.73 | 239.13 | 1 | 0.14 |
| Hex | 0 | 1 | 45 | 64 | 63 | 0 | 49 | EF | 64 | E |
| Octal | 0 | 1 | 105 | 144 | 143 | 0 | 111 | 357 | 144 | 16 |
| Binary | 0 | 1 | 1000101 | 1100100 | 1100011 | 0 | 1001001 | 11101111 | 1100100 | 1110 |
Color Harmonies of #000145
Complementary color
Monochromatic Colors of #000145
Black with #000145
Text Example
Text Example
White with #000145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000145; }
p { color: rgb(0,1,69); }
H1.HeaderClassName
{
color: #000145;
}
.AnyTagClassName
{
color: #000145;
}
</style>
background-color css
<style>
a { background-color: #000145; }
a { background-color: rgb(0,1,69); }
div.DivClassName
{
background-color: #000145;
}
.BgClassName
{
background-color: #000145;
}
</style>
border-color css
<style>
span { border-color: #000145; }
span { border-color: rgb(0,1,69); }
td.TdClassName
{
border-color: #000145;
}
.TagClassName
{
border-color: #000145;
}
</style>