Shades of Midnight Express #010945
Tints of Midnight Express #010945
RGB
CMYK
RGB Variations
Color information
#010945 (or 0x010945) is known color: Midnight Express. HEX triplet: 01, 09 and 45. RGB value is (1,9,69). Sum of RGB (Red+Green+Blue) = 1+9+69=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 69 (27.34% from 255 or 87.34% from 79); Max value from RGB is 69 - color contains mainly: blue. Hex color #010945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010945 is #FEF6BA. Grayscale: #0D0D0D. Windows color (decimal): -16709307 or 4524289. OLE color: 4524289.
HSL color Cylindrical-coordinate representation of color #010945: hue angle of 232.94º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010945 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 9 | 69 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.73 |
| HSL | 232.94º | 0.97% | 0.14% | - |
| HSV(B) | 232.94º | 0.99% | 0.27% | - |
| XYZ | 1.18 | 0.63 | 5.69 | - |
| YUV | 13.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 69 | 0.99 | 0.87 | 0 | 0.73 | 232.94 | 0.97 | 0.14 |
| Hex | 1 | 9 | 45 | 63 | 57 | 0 | 49 | E9 | 61 | E |
| Octal | 1 | 11 | 105 | 143 | 127 | 0 | 111 | 351 | 141 | 16 |
| Binary | 1 | 1001 | 1000101 | 1100011 | 1010111 | 0 | 1001001 | 11101001 | 1100001 | 1110 |
Color Harmonies of #010945
Complementary color
Monochromatic Colors of #010945
Black with #010945
Text Example
Text Example
White with #010945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010945; }
p { color: rgb(1,9,69); }
H1.HeaderClassName
{
color: #010945;
}
.AnyTagClassName
{
color: #010945;
}
</style>
background-color css
<style>
a { background-color: #010945; }
a { background-color: rgb(1,9,69); }
div.DivClassName
{
background-color: #010945;
}
.BgClassName
{
background-color: #010945;
}
</style>
border-color css
<style>
span { border-color: #010945; }
span { border-color: rgb(1,9,69); }
td.TdClassName
{
border-color: #010945;
}
.TagClassName
{
border-color: #010945;
}
</style>