Shades of Midnight Express #0A193A
Tints of Midnight Express #0A193A
RGB
CMYK
RGB Variations
Color information
#0A193A (or 0x0A193A) is known color: Midnight Express. HEX triplet: 0A, 19 and 3A. RGB value is (10,25,58). Sum of RGB (Red+Green+Blue) = 10+25+58=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A193A is #F5E6C5. Grayscale: #181818. Windows color (decimal): -16115398 or 3807498. OLE color: 3807498.
HSL color Cylindrical-coordinate representation of color #0A193A: hue angle of 221.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A193A is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 25 | 58 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.77 |
| HSL | 221.25º | 0.71% | 0.13% | - |
| HSV(B) | 221.25º | 0.83% | 0.23% | - |
| XYZ | 1.24 | 1.07 | 4.14 | - |
| YUV | 24.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 58 | 0.83 | 0.57 | 0 | 0.77 | 221.25 | 0.71 | 0.13 |
| Hex | A | 19 | 3A | 53 | 39 | 0 | 4D | DD | 47 | D |
| Octal | 12 | 31 | 72 | 123 | 71 | 0 | 115 | 335 | 107 | 15 |
| Binary | 1010 | 11001 | 111010 | 1010011 | 111001 | 0 | 1001101 | 11011101 | 1000111 | 1101 |
Color Harmonies of #0A193A
Complementary color
Monochromatic Colors of #0A193A
Black with #0A193A
Text Example
Text Example
White with #0A193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A193A; }
p { color: rgb(10,25,58); }
H1.HeaderClassName
{
color: #0A193A;
}
.AnyTagClassName
{
color: #0A193A;
}
</style>
background-color css
<style>
a { background-color: #0A193A; }
a { background-color: rgb(10,25,58); }
div.DivClassName
{
background-color: #0A193A;
}
.BgClassName
{
background-color: #0A193A;
}
</style>
border-color css
<style>
span { border-color: #0A193A; }
span { border-color: rgb(10,25,58); }
td.TdClassName
{
border-color: #0A193A;
}
.TagClassName
{
border-color: #0A193A;
}
</style>