Shades of Midnight Express #0A164A
Tints of Midnight Express #0A164A
RGB
CMYK
RGB Variations
Color information
#0A164A (or 0x0A164A) is known color: Midnight Express. HEX triplet: 0A, 16 and 4A. RGB value is (10,22,74). Sum of RGB (Red+Green+Blue) = 10+22+74=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A164A is #F5E9B5. Grayscale: #181818. Windows color (decimal): -16116150 or 4855306. OLE color: 4855306.
HSL color Cylindrical-coordinate representation of color #0A164A: hue angle of 228.75º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A164A is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 22 | 74 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.71 |
| HSL | 228.75º | 0.76% | 0.16% | - |
| HSV(B) | 228.75º | 0.86% | 0.29% | - |
| XYZ | 1.65 | 1.13 | 6.61 | - |
| YUV | 24.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 74 | 0.86 | 0.70 | 0 | 0.71 | 228.75 | 0.76 | 0.16 |
| Hex | A | 16 | 4A | 56 | 46 | 0 | 47 | E5 | 4C | 10 |
| Octal | 12 | 26 | 112 | 126 | 106 | 0 | 107 | 345 | 114 | 20 |
| Binary | 1010 | 10110 | 1001010 | 1010110 | 1000110 | 0 | 1000111 | 11100101 | 1001100 | 10000 |
Color Harmonies of #0A164A
Complementary color
Monochromatic Colors of #0A164A
Black with #0A164A
Text Example
Text Example
White with #0A164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A164A; }
p { color: rgb(10,22,74); }
H1.HeaderClassName
{
color: #0A164A;
}
.AnyTagClassName
{
color: #0A164A;
}
</style>
background-color css
<style>
a { background-color: #0A164A; }
a { background-color: rgb(10,22,74); }
div.DivClassName
{
background-color: #0A164A;
}
.BgClassName
{
background-color: #0A164A;
}
</style>
border-color css
<style>
span { border-color: #0A164A; }
span { border-color: rgb(10,22,74); }
td.TdClassName
{
border-color: #0A164A;
}
.TagClassName
{
border-color: #0A164A;
}
</style>