Shades of Midnight Express #0A073C
Tints of Midnight Express #0A073C
RGB
CMYK
RGB Variations
Color information
#0A073C (or 0x0A073C) is known color: Midnight Express. HEX triplet: 0A, 07 and 3C. RGB value is (10,7,60). Sum of RGB (Red+Green+Blue) = 10+7+60=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A073C is #F5F8C3. Grayscale: #0D0D0D. Windows color (decimal): -16120004 or 3933962. OLE color: 3933962.
HSL color Cylindrical-coordinate representation of color #0A073C: hue angle of 243.4º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A073C is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 7 | 60 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.76 |
| HSL | 243.4º | 0.79% | 0.13% | - |
| HSV(B) | 243.4º | 0.88% | 0.24% | - |
| XYZ | 1.02 | 0.54 | 4.33 | - |
| YUV | 13.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 60 | 0.83 | 0.88 | 0 | 0.76 | 243.4 | 0.79 | 0.13 |
| Hex | A | 7 | 3C | 53 | 58 | 0 | 4C | F3 | 4F | D |
| Octal | 12 | 7 | 74 | 123 | 130 | 0 | 114 | 363 | 117 | 15 |
| Binary | 1010 | 111 | 111100 | 1010011 | 1011000 | 0 | 1001100 | 11110011 | 1001111 | 1101 |
Color Harmonies of #0A073C
Complementary color
Monochromatic Colors of #0A073C
Black with #0A073C
Text Example
Text Example
White with #0A073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A073C; }
p { color: rgb(10,7,60); }
H1.HeaderClassName
{
color: #0A073C;
}
.AnyTagClassName
{
color: #0A073C;
}
</style>
background-color css
<style>
a { background-color: #0A073C; }
a { background-color: rgb(10,7,60); }
div.DivClassName
{
background-color: #0A073C;
}
.BgClassName
{
background-color: #0A073C;
}
</style>
border-color css
<style>
span { border-color: #0A073C; }
span { border-color: rgb(10,7,60); }
td.TdClassName
{
border-color: #0A073C;
}
.TagClassName
{
border-color: #0A073C;
}
</style>