Shades of Midnight Express #12164A
Tints of Midnight Express #12164A
RGB
CMYK
RGB Variations
Color information
#12164A (or 0x12164A) is known color: Midnight Express. HEX triplet: 12, 16 and 4A. RGB value is (18,22,74). Sum of RGB (Red+Green+Blue) = 18+22+74=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #12164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12164A is #EDE9B5. Grayscale: #1A1A1A. Windows color (decimal): -15591862 or 4855314. OLE color: 4855314.
HSL color Cylindrical-coordinate representation of color #12164A: hue angle of 235.71º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12164A is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 22 | 74 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.71 |
| HSL | 235.71º | 0.61% | 0.18% | - |
| HSV(B) | 235.71º | 0.76% | 0.29% | - |
| XYZ | 1.77 | 1.2 | 6.62 | - |
| YUV | 26.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 74 | 0.76 | 0.70 | 0 | 0.71 | 235.71 | 0.61 | 0.18 |
| Hex | 12 | 16 | 4A | 4C | 46 | 0 | 47 | EC | 3D | 12 |
| Octal | 22 | 26 | 112 | 114 | 106 | 0 | 107 | 354 | 75 | 22 |
| Binary | 10010 | 10110 | 1001010 | 1001100 | 1000110 | 0 | 1000111 | 11101100 | 111101 | 10010 |
Color Harmonies of #12164A
Complementary color
Monochromatic Colors of #12164A
Black with #12164A
Text Example
Text Example
White with #12164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12164A; }
p { color: rgb(18,22,74); }
H1.HeaderClassName
{
color: #12164A;
}
.AnyTagClassName
{
color: #12164A;
}
</style>
background-color css
<style>
a { background-color: #12164A; }
a { background-color: rgb(18,22,74); }
div.DivClassName
{
background-color: #12164A;
}
.BgClassName
{
background-color: #12164A;
}
</style>
border-color css
<style>
span { border-color: #12164A; }
span { border-color: rgb(18,22,74); }
td.TdClassName
{
border-color: #12164A;
}
.TagClassName
{
border-color: #12164A;
}
</style>