Shades of Midnight Express #010743
Tints of Midnight Express #010743
RGB
CMYK
RGB Variations
Color information
#010743 (or 0x010743) is known color: Midnight Express. HEX triplet: 01, 07 and 43. RGB value is (1,7,67). Sum of RGB (Red+Green+Blue) = 1+7+67=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 67 (26.56% from 255 or 89.33% from 75); Max value from RGB is 67 - color contains mainly: blue. Hex color #010743 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010743 is #FEF8BC. Grayscale: #0B0B0B. Windows color (decimal): -16709821 or 4392705. OLE color: 4392705.
HSL color Cylindrical-coordinate representation of color #010743: hue angle of 234.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010743 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 7 | 67 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.74 |
| HSL | 234.55º | 0.97% | 0.13% | - |
| HSV(B) | 234.55º | 0.99% | 0.26% | - |
| XYZ | 1.1 | 0.56 | 5.36 | - |
| YUV | 12.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 67 | 0.99 | 0.90 | 0 | 0.74 | 234.55 | 0.97 | 0.13 |
| Hex | 1 | 7 | 43 | 63 | 5A | 0 | 4A | EB | 61 | D |
| Octal | 1 | 7 | 103 | 143 | 132 | 0 | 112 | 353 | 141 | 15 |
| Binary | 1 | 111 | 1000011 | 1100011 | 1011010 | 0 | 1001010 | 11101011 | 1100001 | 1101 |
Color Harmonies of #010743
Complementary color
Monochromatic Colors of #010743
Black with #010743
Text Example
Text Example
White with #010743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010743; }
p { color: rgb(1,7,67); }
H1.HeaderClassName
{
color: #010743;
}
.AnyTagClassName
{
color: #010743;
}
</style>
background-color css
<style>
a { background-color: #010743; }
a { background-color: rgb(1,7,67); }
div.DivClassName
{
background-color: #010743;
}
.BgClassName
{
background-color: #010743;
}
</style>
border-color css
<style>
span { border-color: #010743; }
span { border-color: rgb(1,7,67); }
td.TdClassName
{
border-color: #010743;
}
.TagClassName
{
border-color: #010743;
}
</style>