Shades of Midnight Express #0A0838
Tints of Midnight Express #0A0838
RGB
CMYK
RGB Variations
Color information
#0A0838 (or 0x0A0838) is known color: Midnight Express. HEX triplet: 0A, 08 and 38. RGB value is (10,8,56). Sum of RGB (Red+Green+Blue) = 10+8+56=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0838 is #F5F7C7. Grayscale: #0D0D0D. Windows color (decimal): -16119752 or 3672074. OLE color: 3672074.
HSL color Cylindrical-coordinate representation of color #0A0838: hue angle of 242.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0838 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 8 | 56 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.78 |
| HSL | 242.5º | 0.75% | 0.13% | - |
| HSV(B) | 242.5º | 0.86% | 0.22% | - |
| XYZ | 0.93 | 0.52 | 3.79 | - |
| YUV | 14.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 56 | 0.82 | 0.86 | 0 | 0.78 | 242.5 | 0.75 | 0.13 |
| Hex | A | 8 | 38 | 52 | 56 | 0 | 4E | F2 | 4B | D |
| Octal | 12 | 10 | 70 | 122 | 126 | 0 | 116 | 362 | 113 | 15 |
| Binary | 1010 | 1000 | 111000 | 1010010 | 1010110 | 0 | 1001110 | 11110010 | 1001011 | 1101 |
Color Harmonies of #0A0838
Complementary color
Monochromatic Colors of #0A0838
Black with #0A0838
Text Example
Text Example
White with #0A0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0838; }
p { color: rgb(10,8,56); }
H1.HeaderClassName
{
color: #0A0838;
}
.AnyTagClassName
{
color: #0A0838;
}
</style>
background-color css
<style>
a { background-color: #0A0838; }
a { background-color: rgb(10,8,56); }
div.DivClassName
{
background-color: #0A0838;
}
.BgClassName
{
background-color: #0A0838;
}
</style>
border-color css
<style>
span { border-color: #0A0838; }
span { border-color: rgb(10,8,56); }
td.TdClassName
{
border-color: #0A0838;
}
.TagClassName
{
border-color: #0A0838;
}
</style>