Shades of Midnight Express #12194A
Tints of Midnight Express #12194A
RGB
CMYK
RGB Variations
Color information
#12194A (or 0x12194A) is known color: Midnight Express. HEX triplet: 12, 19 and 4A. RGB value is (18,25,74). Sum of RGB (Red+Green+Blue) = 18+25+74=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #12194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12194A is #EDE6B5. Grayscale: #1C1C1C. Windows color (decimal): -15591094 or 4856082. OLE color: 4856082.
HSL color Cylindrical-coordinate representation of color #12194A: hue angle of 232.5º 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 #12194A is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 25 | 74 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.71 |
| HSL | 232.5º | 0.61% | 0.18% | - |
| HSV(B) | 232.5º | 0.76% | 0.29% | - |
| XYZ | 1.83 | 1.32 | 6.64 | - |
| YUV | 28.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 74 | 0.76 | 0.66 | 0 | 0.71 | 232.5 | 0.61 | 0.18 |
| Hex | 12 | 19 | 4A | 4C | 42 | 0 | 47 | E8 | 3D | 12 |
| Octal | 22 | 31 | 112 | 114 | 102 | 0 | 107 | 350 | 75 | 22 |
| Binary | 10010 | 11001 | 1001010 | 1001100 | 1000010 | 0 | 1000111 | 11101000 | 111101 | 10010 |
Color Harmonies of #12194A
Complementary color
Monochromatic Colors of #12194A
Black with #12194A
Text Example
Text Example
White with #12194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12194A; }
p { color: rgb(18,25,74); }
H1.HeaderClassName
{
color: #12194A;
}
.AnyTagClassName
{
color: #12194A;
}
</style>
background-color css
<style>
a { background-color: #12194A; }
a { background-color: rgb(18,25,74); }
div.DivClassName
{
background-color: #12194A;
}
.BgClassName
{
background-color: #12194A;
}
</style>
border-color css
<style>
span { border-color: #12194A; }
span { border-color: rgb(18,25,74); }
td.TdClassName
{
border-color: #12194A;
}
.TagClassName
{
border-color: #12194A;
}
</style>