Shades of Midnight Express #0A0538
Tints of Midnight Express #0A0538
RGB
CMYK
RGB Variations
Color information
#0A0538 (or 0x0A0538) is known color: Midnight Express. HEX triplet: 0A, 05 and 38. RGB value is (10,5,56). Sum of RGB (Red+Green+Blue) = 10+5+56=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 56 (22.27% from 255 or 78.87% from 71); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0538 is #F5FAC7. Grayscale: #0C0C0C. Windows color (decimal): -16120520 or 3671306. OLE color: 3671306.
HSL color Cylindrical-coordinate representation of color #0A0538: hue angle of 245.88º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A0538 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 5 | 56 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.78 |
| HSL | 245.88º | 0.84% | 0.12% | - |
| HSV(B) | 245.88º | 0.91% | 0.22% | - |
| XYZ | 0.89 | 0.46 | 3.78 | - |
| YUV | 12.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 56 | 0.82 | 0.91 | 0 | 0.78 | 245.88 | 0.84 | 0.12 |
| Hex | A | 5 | 38 | 52 | 5B | 0 | 4E | F6 | 54 | C |
| Octal | 12 | 5 | 70 | 122 | 133 | 0 | 116 | 366 | 124 | 14 |
| Binary | 1010 | 101 | 111000 | 1010010 | 1011011 | 0 | 1001110 | 11110110 | 1010100 | 1100 |
Color Harmonies of #0A0538
Complementary color
Monochromatic Colors of #0A0538
Black with #0A0538
Text Example
Text Example
White with #0A0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0538; }
p { color: rgb(10,5,56); }
H1.HeaderClassName
{
color: #0A0538;
}
.AnyTagClassName
{
color: #0A0538;
}
</style>
background-color css
<style>
a { background-color: #0A0538; }
a { background-color: rgb(10,5,56); }
div.DivClassName
{
background-color: #0A0538;
}
.BgClassName
{
background-color: #0A0538;
}
</style>
border-color css
<style>
span { border-color: #0A0538; }
span { border-color: rgb(10,5,56); }
td.TdClassName
{
border-color: #0A0538;
}
.TagClassName
{
border-color: #0A0538;
}
</style>