Shades of Midnight Express #12194C
Tints of Midnight Express #12194C
RGB
CMYK
RGB Variations
Color information
#12194C (or 0x12194C) is known color: Midnight Express. HEX triplet: 12, 19 and 4C. RGB value is (18,25,76). Sum of RGB (Red+Green+Blue) = 18+25+76=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #12194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12194C is #EDE6B3. Grayscale: #1C1C1C. Windows color (decimal): -15591092 or 4987154. OLE color: 4987154.
HSL color Cylindrical-coordinate representation of color #12194C: hue angle of 232.76º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12194C is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 25 | 76 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.70 |
| HSL | 232.76º | 0.62% | 0.18% | - |
| HSV(B) | 232.76º | 0.76% | 0.3% | - |
| XYZ | 1.9 | 1.35 | 7 | - |
| YUV | 28.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 76 | 0.76 | 0.67 | 0 | 0.70 | 232.76 | 0.62 | 0.18 |
| Hex | 12 | 19 | 4C | 4C | 43 | 0 | 46 | E9 | 3E | 12 |
| Octal | 22 | 31 | 114 | 114 | 103 | 0 | 106 | 351 | 76 | 22 |
| Binary | 10010 | 11001 | 1001100 | 1001100 | 1000011 | 0 | 1000110 | 11101001 | 111110 | 10010 |
Color Harmonies of #12194C
Complementary color
Monochromatic Colors of #12194C
Black with #12194C
Text Example
Text Example
White with #12194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12194C; }
p { color: rgb(18,25,76); }
H1.HeaderClassName
{
color: #12194C;
}
.AnyTagClassName
{
color: #12194C;
}
</style>
background-color css
<style>
a { background-color: #12194C; }
a { background-color: rgb(18,25,76); }
div.DivClassName
{
background-color: #12194C;
}
.BgClassName
{
background-color: #12194C;
}
</style>
border-color css
<style>
span { border-color: #12194C; }
span { border-color: rgb(18,25,76); }
td.TdClassName
{
border-color: #12194C;
}
.TagClassName
{
border-color: #12194C;
}
</style>