Shades of Midnight Express #0A0743
Tints of Midnight Express #0A0743
RGB
CMYK
RGB Variations
Color information
#0A0743 (or 0x0A0743) is known color: Midnight Express. HEX triplet: 0A, 07 and 43. RGB value is (10,7,67). Sum of RGB (Red+Green+Blue) = 10+7+67=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 67 (26.56% from 255 or 79.76% from 84); Max value from RGB is 67 - color contains mainly: blue. Hex color #0A0743 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0743 is #F5F8BC. Grayscale: #0E0E0E. Windows color (decimal): -16119997 or 4392714. OLE color: 4392714.
HSL color Cylindrical-coordinate representation of color #0A0743: hue angle of 243º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0743 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 7 | 67 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.74 |
| HSL | 243º | 0.81% | 0.15% | - |
| HSV(B) | 243º | 0.9% | 0.26% | - |
| XYZ | 1.21 | 0.62 | 5.37 | - |
| YUV | 14.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 67 | 0.85 | 0.90 | 0 | 0.74 | 243 | 0.81 | 0.15 |
| Hex | A | 7 | 43 | 55 | 5A | 0 | 4A | F3 | 51 | F |
| Octal | 12 | 7 | 103 | 125 | 132 | 0 | 112 | 363 | 121 | 17 |
| Binary | 1010 | 111 | 1000011 | 1010101 | 1011010 | 0 | 1001010 | 11110011 | 1010001 | 1111 |
Color Harmonies of #0A0743
Complementary color
Monochromatic Colors of #0A0743
Black with #0A0743
Text Example
Text Example
White with #0A0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0743; }
p { color: rgb(10,7,67); }
H1.HeaderClassName
{
color: #0A0743;
}
.AnyTagClassName
{
color: #0A0743;
}
</style>
background-color css
<style>
a { background-color: #0A0743; }
a { background-color: rgb(10,7,67); }
div.DivClassName
{
background-color: #0A0743;
}
.BgClassName
{
background-color: #0A0743;
}
</style>
border-color css
<style>
span { border-color: #0A0743; }
span { border-color: rgb(10,7,67); }
td.TdClassName
{
border-color: #0A0743;
}
.TagClassName
{
border-color: #0A0743;
}
</style>