Shades of Midnight Express #0A193D
Tints of Midnight Express #0A193D
RGB
CMYK
RGB Variations
Color information
#0A193D (or 0x0A193D) is known color: Midnight Express. HEX triplet: 0A, 19 and 3D. RGB value is (10,25,61). Sum of RGB (Red+Green+Blue) = 10+25+61=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A193D is #F5E6C2. Grayscale: #181818. Windows color (decimal): -16115395 or 4004106. OLE color: 4004106.
HSL color Cylindrical-coordinate representation of color #0A193D: hue angle of 222.35º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A193D is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 25 | 61 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.76 |
| HSL | 222.35º | 0.72% | 0.14% | - |
| HSV(B) | 222.35º | 0.84% | 0.24% | - |
| XYZ | 1.32 | 1.1 | 4.56 | - |
| YUV | 24.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 61 | 0.84 | 0.59 | 0 | 0.76 | 222.35 | 0.72 | 0.14 |
| Hex | A | 19 | 3D | 54 | 3B | 0 | 4C | DE | 48 | E |
| Octal | 12 | 31 | 75 | 124 | 73 | 0 | 114 | 336 | 110 | 16 |
| Binary | 1010 | 11001 | 111101 | 1010100 | 111011 | 0 | 1001100 | 11011110 | 1001000 | 1110 |
Color Harmonies of #0A193D
Complementary color
Monochromatic Colors of #0A193D
Black with #0A193D
Text Example
Text Example
White with #0A193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A193D; }
p { color: rgb(10,25,61); }
H1.HeaderClassName
{
color: #0A193D;
}
.AnyTagClassName
{
color: #0A193D;
}
</style>
background-color css
<style>
a { background-color: #0A193D; }
a { background-color: rgb(10,25,61); }
div.DivClassName
{
background-color: #0A193D;
}
.BgClassName
{
background-color: #0A193D;
}
</style>
border-color css
<style>
span { border-color: #0A193D; }
span { border-color: rgb(10,25,61); }
td.TdClassName
{
border-color: #0A193D;
}
.TagClassName
{
border-color: #0A193D;
}
</style>