Shades of Midnight Express #12163A
Tints of Midnight Express #12163A
RGB
CMYK
RGB Variations
Color information
#12163A (or 0x12163A) is known color: Midnight Express. HEX triplet: 12, 16 and 3A. RGB value is (18,22,58). Sum of RGB (Red+Green+Blue) = 18+22+58=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #12163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12163A is #EDE9C5. Grayscale: #181818. Windows color (decimal): -15591878 or 3806738. OLE color: 3806738.
HSL color Cylindrical-coordinate representation of color #12163A: hue angle of 234º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12163A is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 22 | 58 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.77 |
| HSL | 234º | 0.53% | 0.15% | - |
| HSV(B) | 234º | 0.69% | 0.23% | - |
| XYZ | 1.3 | 1.01 | 4.13 | - |
| YUV | 24.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 58 | 0.69 | 0.62 | 0 | 0.77 | 234 | 0.53 | 0.15 |
| Hex | 12 | 16 | 3A | 45 | 3E | 0 | 4D | EA | 35 | F |
| Octal | 22 | 26 | 72 | 105 | 76 | 0 | 115 | 352 | 65 | 17 |
| Binary | 10010 | 10110 | 111010 | 1000101 | 111110 | 0 | 1001101 | 11101010 | 110101 | 1111 |
Color Harmonies of #12163A
Complementary color
Monochromatic Colors of #12163A
Black with #12163A
Text Example
Text Example
White with #12163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12163A; }
p { color: rgb(18,22,58); }
H1.HeaderClassName
{
color: #12163A;
}
.AnyTagClassName
{
color: #12163A;
}
</style>
background-color css
<style>
a { background-color: #12163A; }
a { background-color: rgb(18,22,58); }
div.DivClassName
{
background-color: #12163A;
}
.BgClassName
{
background-color: #12163A;
}
</style>
border-color css
<style>
span { border-color: #12163A; }
span { border-color: rgb(18,22,58); }
td.TdClassName
{
border-color: #12163A;
}
.TagClassName
{
border-color: #12163A;
}
</style>