Shades of Midnight Express #12163B
Tints of Midnight Express #12163B
RGB
CMYK
RGB Variations
Color information
#12163B (or 0x12163B) is known color: Midnight Express. HEX triplet: 12, 16 and 3B. RGB value is (18,22,59). Sum of RGB (Red+Green+Blue) = 18+22+59=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #12163B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12163B is #EDE9C4. Grayscale: #181818. Windows color (decimal): -15591877 or 3872274. OLE color: 3872274.
HSL color Cylindrical-coordinate representation of color #12163B: hue angle of 234.15º 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 #12163B is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 22 | 59 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.77 |
| HSL | 234.15º | 0.53% | 0.15% | - |
| HSV(B) | 234.15º | 0.69% | 0.23% | - |
| XYZ | 1.33 | 1.02 | 4.26 | - |
| YUV | 25.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 59 | 0.69 | 0.63 | 0 | 0.77 | 234.15 | 0.53 | 0.15 |
| Hex | 12 | 16 | 3B | 45 | 3F | 0 | 4D | EA | 35 | F |
| Octal | 22 | 26 | 73 | 105 | 77 | 0 | 115 | 352 | 65 | 17 |
| Binary | 10010 | 10110 | 111011 | 1000101 | 111111 | 0 | 1001101 | 11101010 | 110101 | 1111 |
Color Harmonies of #12163B
Complementary color
Monochromatic Colors of #12163B
Black with #12163B
Text Example
Text Example
White with #12163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12163B; }
p { color: rgb(18,22,59); }
H1.HeaderClassName
{
color: #12163B;
}
.AnyTagClassName
{
color: #12163B;
}
</style>
background-color css
<style>
a { background-color: #12163B; }
a { background-color: rgb(18,22,59); }
div.DivClassName
{
background-color: #12163B;
}
.BgClassName
{
background-color: #12163B;
}
</style>
border-color css
<style>
span { border-color: #12163B; }
span { border-color: rgb(18,22,59); }
td.TdClassName
{
border-color: #12163B;
}
.TagClassName
{
border-color: #12163B;
}
</style>