Shades of Midnight Express #0A163F
Tints of Midnight Express #0A163F
RGB
CMYK
RGB Variations
Color information
#0A163F (or 0x0A163F) is known color: Midnight Express. HEX triplet: 0A, 16 and 3F. RGB value is (10,22,63). Sum of RGB (Red+Green+Blue) = 10+22+63=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A163F is #F5E9C0. Grayscale: #161616. Windows color (decimal): -16116161 or 4134410. OLE color: 4134410.
HSL color Cylindrical-coordinate representation of color #0A163F: hue angle of 226.42º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A163F is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 22 | 63 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.75 |
| HSL | 226.42º | 0.73% | 0.14% | - |
| HSV(B) | 226.42º | 0.84% | 0.25% | - |
| XYZ | 1.31 | 1 | 4.83 | - |
| YUV | 23.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 63 | 0.84 | 0.65 | 0 | 0.75 | 226.42 | 0.73 | 0.14 |
| Hex | A | 16 | 3F | 54 | 41 | 0 | 4B | E2 | 49 | E |
| Octal | 12 | 26 | 77 | 124 | 101 | 0 | 113 | 342 | 111 | 16 |
| Binary | 1010 | 10110 | 111111 | 1010100 | 1000001 | 0 | 1001011 | 11100010 | 1001001 | 1110 |
Color Harmonies of #0A163F
Complementary color
Monochromatic Colors of #0A163F
Black with #0A163F
Text Example
Text Example
White with #0A163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A163F; }
p { color: rgb(10,22,63); }
H1.HeaderClassName
{
color: #0A163F;
}
.AnyTagClassName
{
color: #0A163F;
}
</style>
background-color css
<style>
a { background-color: #0A163F; }
a { background-color: rgb(10,22,63); }
div.DivClassName
{
background-color: #0A163F;
}
.BgClassName
{
background-color: #0A163F;
}
</style>
border-color css
<style>
span { border-color: #0A163F; }
span { border-color: rgb(10,22,63); }
td.TdClassName
{
border-color: #0A163F;
}
.TagClassName
{
border-color: #0A163F;
}
</style>