Shades of Midnight Express #0A0738
Tints of Midnight Express #0A0738
RGB
CMYK
RGB Variations
Color information
#0A0738 (or 0x0A0738) is known color: Midnight Express. HEX triplet: 0A, 07 and 38. RGB value is (10,7,56). Sum of RGB (Red+Green+Blue) = 10+7+56=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0738 is #F5F8C7. Grayscale: #0D0D0D. Windows color (decimal): -16120008 or 3671818. OLE color: 3671818.
HSL color Cylindrical-coordinate representation of color #0A0738: hue angle of 243.67º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A0738 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 7 | 56 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.78 |
| HSL | 243.67º | 0.78% | 0.12% | - |
| HSV(B) | 243.67º | 0.88% | 0.22% | - |
| XYZ | 0.91 | 0.5 | 3.79 | - |
| YUV | 13.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 56 | 0.82 | 0.88 | 0 | 0.78 | 243.67 | 0.78 | 0.12 |
| Hex | A | 7 | 38 | 52 | 58 | 0 | 4E | F4 | 4E | C |
| Octal | 12 | 7 | 70 | 122 | 130 | 0 | 116 | 364 | 116 | 14 |
| Binary | 1010 | 111 | 111000 | 1010010 | 1011000 | 0 | 1001110 | 11110100 | 1001110 | 1100 |
Color Harmonies of #0A0738
Complementary color
Monochromatic Colors of #0A0738
Black with #0A0738
Text Example
Text Example
White with #0A0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0738; }
p { color: rgb(10,7,56); }
H1.HeaderClassName
{
color: #0A0738;
}
.AnyTagClassName
{
color: #0A0738;
}
</style>
background-color css
<style>
a { background-color: #0A0738; }
a { background-color: rgb(10,7,56); }
div.DivClassName
{
background-color: #0A0738;
}
.BgClassName
{
background-color: #0A0738;
}
</style>
border-color css
<style>
span { border-color: #0A0738; }
span { border-color: rgb(10,7,56); }
td.TdClassName
{
border-color: #0A0738;
}
.TagClassName
{
border-color: #0A0738;
}
</style>