Shades of Midnight Express #010946
Tints of Midnight Express #010946
RGB
CMYK
RGB Variations
Color information
#010946 (or 0x010946) is known color: Midnight Express. HEX triplet: 01, 09 and 46. RGB value is (1,9,70). Sum of RGB (Red+Green+Blue) = 1+9+70=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 70 (27.73% from 255 or 87.5% from 80); Max value from RGB is 70 - color contains mainly: blue. Hex color #010946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010946 is #FEF6B9. Grayscale: #0D0D0D. Windows color (decimal): -16709306 or 4589825. OLE color: 4589825.
HSL color Cylindrical-coordinate representation of color #010946: hue angle of 233.04º 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 #010946 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 9 | 70 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.73 |
| HSL | 233.04º | 0.97% | 0.14% | - |
| HSV(B) | 233.04º | 0.99% | 0.27% | - |
| XYZ | 1.22 | 0.64 | 5.85 | - |
| YUV | 13.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 70 | 0.99 | 0.87 | 0 | 0.73 | 233.04 | 0.97 | 0.14 |
| Hex | 1 | 9 | 46 | 63 | 57 | 0 | 49 | E9 | 61 | E |
| Octal | 1 | 11 | 106 | 143 | 127 | 0 | 111 | 351 | 141 | 16 |
| Binary | 1 | 1001 | 1000110 | 1100011 | 1010111 | 0 | 1001001 | 11101001 | 1100001 | 1110 |
Color Harmonies of #010946
Complementary color
Monochromatic Colors of #010946
Black with #010946
Text Example
Text Example
White with #010946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010946; }
p { color: rgb(1,9,70); }
H1.HeaderClassName
{
color: #010946;
}
.AnyTagClassName
{
color: #010946;
}
</style>
background-color css
<style>
a { background-color: #010946; }
a { background-color: rgb(1,9,70); }
div.DivClassName
{
background-color: #010946;
}
.BgClassName
{
background-color: #010946;
}
</style>
border-color css
<style>
span { border-color: #010946; }
span { border-color: rgb(1,9,70); }
td.TdClassName
{
border-color: #010946;
}
.TagClassName
{
border-color: #010946;
}
</style>