Shades of Midnight Express #0A113E
Tints of Midnight Express #0A113E
RGB
CMYK
RGB Variations
Color information
#0A113E (or 0x0A113E) is known color: Midnight Express. HEX triplet: 0A, 11 and 3E. RGB value is (10,17,62). Sum of RGB (Red+Green+Blue) = 10+17+62=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A113E is #F5EEC1. Grayscale: #131313. Windows color (decimal): -16117442 or 4067594. OLE color: 4067594.
HSL color Cylindrical-coordinate representation of color #0A113E: hue angle of 231.92º 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 #0A113E is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 17 | 62 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.76 |
| HSL | 231.92º | 0.72% | 0.14% | - |
| HSV(B) | 231.92º | 0.84% | 0.24% | - |
| XYZ | 1.2 | 0.81 | 4.65 | - |
| YUV | 20.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 62 | 0.84 | 0.73 | 0 | 0.76 | 231.92 | 0.72 | 0.14 |
| Hex | A | 11 | 3E | 54 | 49 | 0 | 4C | E8 | 48 | E |
| Octal | 12 | 21 | 76 | 124 | 111 | 0 | 114 | 350 | 110 | 16 |
| Binary | 1010 | 10001 | 111110 | 1010100 | 1001001 | 0 | 1001100 | 11101000 | 1001000 | 1110 |
Color Harmonies of #0A113E
Complementary color
Monochromatic Colors of #0A113E
Black with #0A113E
Text Example
Text Example
White with #0A113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A113E; }
p { color: rgb(10,17,62); }
H1.HeaderClassName
{
color: #0A113E;
}
.AnyTagClassName
{
color: #0A113E;
}
</style>
background-color css
<style>
a { background-color: #0A113E; }
a { background-color: rgb(10,17,62); }
div.DivClassName
{
background-color: #0A113E;
}
.BgClassName
{
background-color: #0A113E;
}
</style>
border-color css
<style>
span { border-color: #0A113E; }
span { border-color: rgb(10,17,62); }
td.TdClassName
{
border-color: #0A113E;
}
.TagClassName
{
border-color: #0A113E;
}
</style>