Shades of Midnight Express #12193C
Tints of Midnight Express #12193C
RGB
CMYK
RGB Variations
Color information
#12193C (or 0x12193C) is known color: Midnight Express. HEX triplet: 12, 19 and 3C. RGB value is (18,25,60). Sum of RGB (Red+Green+Blue) = 18+25+60=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #12193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12193C is #EDE6C3. Grayscale: #1A1A1A. Windows color (decimal): -15591108 or 3938578. OLE color: 3938578.
HSL color Cylindrical-coordinate representation of color #12193C: hue angle of 230º 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 #12193C is Cyan = 0.7, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 25 | 60 | - |
| CMYK | 0.7 | 0.58 | 0 | 0.76 |
| HSL | 230º | 0.54% | 0.15% | - |
| HSV(B) | 230º | 0.7% | 0.24% | - |
| XYZ | 1.41 | 1.15 | 4.42 | - |
| YUV | 26.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 60 | 0.7 | 0.58 | 0 | 0.76 | 230 | 0.54 | 0.15 |
| Hex | 12 | 19 | 3C | 46 | 3A | 0 | 4C | E6 | 36 | F |
| Octal | 22 | 31 | 74 | 106 | 72 | 0 | 114 | 346 | 66 | 17 |
| Binary | 10010 | 11001 | 111100 | 1000110 | 111010 | 0 | 1001100 | 11100110 | 110110 | 1111 |
Color Harmonies of #12193C
Complementary color
Monochromatic Colors of #12193C
Black with #12193C
Text Example
Text Example
White with #12193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12193C; }
p { color: rgb(18,25,60); }
H1.HeaderClassName
{
color: #12193C;
}
.AnyTagClassName
{
color: #12193C;
}
</style>
background-color css
<style>
a { background-color: #12193C; }
a { background-color: rgb(18,25,60); }
div.DivClassName
{
background-color: #12193C;
}
.BgClassName
{
background-color: #12193C;
}
</style>
border-color css
<style>
span { border-color: #12193C; }
span { border-color: rgb(18,25,60); }
td.TdClassName
{
border-color: #12193C;
}
.TagClassName
{
border-color: #12193C;
}
</style>