Shades of Midnight Express #0A093A
Tints of Midnight Express #0A093A
RGB
CMYK
RGB Variations
Color information
#0A093A (or 0x0A093A) is known color: Midnight Express. HEX triplet: 0A, 09 and 3A. RGB value is (10,9,58). Sum of RGB (Red+Green+Blue) = 10+9+58=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A093A is #F5F6C5. Grayscale: #0E0E0E. Windows color (decimal): -16119494 or 3803402. OLE color: 3803402.
HSL color Cylindrical-coordinate representation of color #0A093A: hue angle of 241.22º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A093A is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 9 | 58 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.77 |
| HSL | 241.22º | 0.73% | 0.13% | - |
| HSV(B) | 241.22º | 0.84% | 0.23% | - |
| XYZ | 0.99 | 0.57 | 4.06 | - |
| YUV | 14.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 58 | 0.83 | 0.84 | 0 | 0.77 | 241.22 | 0.73 | 0.13 |
| Hex | A | 9 | 3A | 53 | 54 | 0 | 4D | F1 | 49 | D |
| Octal | 12 | 11 | 72 | 123 | 124 | 0 | 115 | 361 | 111 | 15 |
| Binary | 1010 | 1001 | 111010 | 1010011 | 1010100 | 0 | 1001101 | 11110001 | 1001001 | 1101 |
Color Harmonies of #0A093A
Complementary color
Monochromatic Colors of #0A093A
Black with #0A093A
Text Example
Text Example
White with #0A093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A093A; }
p { color: rgb(10,9,58); }
H1.HeaderClassName
{
color: #0A093A;
}
.AnyTagClassName
{
color: #0A093A;
}
</style>
background-color css
<style>
a { background-color: #0A093A; }
a { background-color: rgb(10,9,58); }
div.DivClassName
{
background-color: #0A093A;
}
.BgClassName
{
background-color: #0A093A;
}
</style>
border-color css
<style>
span { border-color: #0A093A; }
span { border-color: rgb(10,9,58); }
td.TdClassName
{
border-color: #0A093A;
}
.TagClassName
{
border-color: #0A093A;
}
</style>