Shades of Midnight Express #12143C
Tints of Midnight Express #12143C
RGB
CMYK
RGB Variations
Color information
#12143C (or 0x12143C) is known color: Midnight Express. HEX triplet: 12, 14 and 3C. RGB value is (18,20,60). Sum of RGB (Red+Green+Blue) = 18+20+60=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #12143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12143C is #EDEBC3. Grayscale: #171717. Windows color (decimal): -15592388 or 3937298. OLE color: 3937298.
HSL color Cylindrical-coordinate representation of color #12143C: hue angle of 237.14º 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 #12143C is Cyan = 0.7, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 20 | 60 | - |
| CMYK | 0.7 | 0.67 | 0 | 0.76 |
| HSL | 237.14º | 0.54% | 0.15% | - |
| HSV(B) | 237.14º | 0.7% | 0.24% | - |
| XYZ | 1.32 | 0.96 | 4.39 | - |
| YUV | 23.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 60 | 0.7 | 0.67 | 0 | 0.76 | 237.14 | 0.54 | 0.15 |
| Hex | 12 | 14 | 3C | 46 | 43 | 0 | 4C | ED | 36 | F |
| Octal | 22 | 24 | 74 | 106 | 103 | 0 | 114 | 355 | 66 | 17 |
| Binary | 10010 | 10100 | 111100 | 1000110 | 1000011 | 0 | 1001100 | 11101101 | 110110 | 1111 |
Color Harmonies of #12143C
Complementary color
Monochromatic Colors of #12143C
Black with #12143C
Text Example
Text Example
White with #12143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12143C; }
p { color: rgb(18,20,60); }
H1.HeaderClassName
{
color: #12143C;
}
.AnyTagClassName
{
color: #12143C;
}
</style>
background-color css
<style>
a { background-color: #12143C; }
a { background-color: rgb(18,20,60); }
div.DivClassName
{
background-color: #12143C;
}
.BgClassName
{
background-color: #12143C;
}
</style>
border-color css
<style>
span { border-color: #12143C; }
span { border-color: rgb(18,20,60); }
td.TdClassName
{
border-color: #12143C;
}
.TagClassName
{
border-color: #12143C;
}
</style>