Shades of Midnight Express #12163C
Tints of Midnight Express #12163C
RGB
CMYK
RGB Variations
Color information
#12163C (or 0x12163C) is known color: Midnight Express. HEX triplet: 12, 16 and 3C. RGB value is (18,22,60). Sum of RGB (Red+Green+Blue) = 18+22+60=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #12163C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12163C is #EDE9C3. Grayscale: #181818. Windows color (decimal): -15591876 or 3937810. OLE color: 3937810.
HSL color Cylindrical-coordinate representation of color #12163C: hue angle of 234.29º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12163C is Cyan = 0.7, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 22 | 60 | - |
| CMYK | 0.7 | 0.63 | 0 | 0.76 |
| HSL | 234.29º | 0.54% | 0.15% | - |
| HSV(B) | 234.29º | 0.7% | 0.24% | - |
| XYZ | 1.35 | 1.03 | 4.4 | - |
| YUV | 25.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 60 | 0.7 | 0.63 | 0 | 0.76 | 234.29 | 0.54 | 0.15 |
| Hex | 12 | 16 | 3C | 46 | 3F | 0 | 4C | EA | 36 | F |
| Octal | 22 | 26 | 74 | 106 | 77 | 0 | 114 | 352 | 66 | 17 |
| Binary | 10010 | 10110 | 111100 | 1000110 | 111111 | 0 | 1001100 | 11101010 | 110110 | 1111 |
Color Harmonies of #12163C
Complementary color
Monochromatic Colors of #12163C
Black with #12163C
Text Example
Text Example
White with #12163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12163C; }
p { color: rgb(18,22,60); }
H1.HeaderClassName
{
color: #12163C;
}
.AnyTagClassName
{
color: #12163C;
}
</style>
background-color css
<style>
a { background-color: #12163C; }
a { background-color: rgb(18,22,60); }
div.DivClassName
{
background-color: #12163C;
}
.BgClassName
{
background-color: #12163C;
}
</style>
border-color css
<style>
span { border-color: #12163C; }
span { border-color: rgb(18,22,60); }
td.TdClassName
{
border-color: #12163C;
}
.TagClassName
{
border-color: #12163C;
}
</style>