Shades of Midnight Express #0A164B
Tints of Midnight Express #0A164B
RGB
CMYK
RGB Variations
Color information
#0A164B (or 0x0A164B) is known color: Midnight Express. HEX triplet: 0A, 16 and 4B. RGB value is (10,22,75). Sum of RGB (Red+Green+Blue) = 10+22+75=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A164B is #F5E9B4. Grayscale: #181818. Windows color (decimal): -16116149 or 4920842. OLE color: 4920842.
HSL color Cylindrical-coordinate representation of color #0A164B: hue angle of 228.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A164B is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 22 | 75 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.71 |
| HSL | 228.92º | 0.76% | 0.17% | - |
| HSV(B) | 228.92º | 0.87% | 0.29% | - |
| XYZ | 1.68 | 1.15 | 6.79 | - |
| YUV | 24.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 75 | 0.87 | 0.71 | 0 | 0.71 | 228.92 | 0.76 | 0.17 |
| Hex | A | 16 | 4B | 57 | 47 | 0 | 47 | E5 | 4C | 11 |
| Octal | 12 | 26 | 113 | 127 | 107 | 0 | 107 | 345 | 114 | 21 |
| Binary | 1010 | 10110 | 1001011 | 1010111 | 1000111 | 0 | 1000111 | 11100101 | 1001100 | 10001 |
Color Harmonies of #0A164B
Complementary color
Monochromatic Colors of #0A164B
Black with #0A164B
Text Example
Text Example
White with #0A164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A164B; }
p { color: rgb(10,22,75); }
H1.HeaderClassName
{
color: #0A164B;
}
.AnyTagClassName
{
color: #0A164B;
}
</style>
background-color css
<style>
a { background-color: #0A164B; }
a { background-color: rgb(10,22,75); }
div.DivClassName
{
background-color: #0A164B;
}
.BgClassName
{
background-color: #0A164B;
}
</style>
border-color css
<style>
span { border-color: #0A164B; }
span { border-color: rgb(10,22,75); }
td.TdClassName
{
border-color: #0A164B;
}
.TagClassName
{
border-color: #0A164B;
}
</style>