Shades of Midnight Express #0A112F
Tints of Midnight Express #0A112F
RGB
CMYK
RGB Variations
Color information
#0A112F (or 0x0A112F) is known color: Midnight Express. HEX triplet: 0A, 11 and 2F. RGB value is (10,17,47). Sum of RGB (Red+Green+Blue) = 10+17+47=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A112F is #F5EED0. Grayscale: #121212. Windows color (decimal): -16117457 or 3084554. OLE color: 3084554.
HSL color Cylindrical-coordinate representation of color #0A112F: hue angle of 228.65º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A112F is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 17 | 47 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.82 |
| HSL | 228.65º | 0.65% | 0.11% | - |
| HSV(B) | 228.65º | 0.79% | 0.18% | - |
| XYZ | 0.84 | 0.67 | 2.77 | - |
| YUV | 18.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 47 | 0.79 | 0.64 | 0 | 0.82 | 228.65 | 0.65 | 0.11 |
| Hex | A | 11 | 2F | 4F | 40 | 0 | 52 | E5 | 41 | B |
| Octal | 12 | 21 | 57 | 117 | 100 | 0 | 122 | 345 | 101 | 13 |
| Binary | 1010 | 10001 | 101111 | 1001111 | 1000000 | 0 | 1010010 | 11100101 | 1000001 | 1011 |
Color Harmonies of #0A112F
Complementary color
Monochromatic Colors of #0A112F
Black with #0A112F
Text Example
Text Example
White with #0A112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A112F; }
p { color: rgb(10,17,47); }
H1.HeaderClassName
{
color: #0A112F;
}
.AnyTagClassName
{
color: #0A112F;
}
</style>
background-color css
<style>
a { background-color: #0A112F; }
a { background-color: rgb(10,17,47); }
div.DivClassName
{
background-color: #0A112F;
}
.BgClassName
{
background-color: #0A112F;
}
</style>
border-color css
<style>
span { border-color: #0A112F; }
span { border-color: rgb(10,17,47); }
td.TdClassName
{
border-color: #0A112F;
}
.TagClassName
{
border-color: #0A112F;
}
</style>