Shades of Midnight Express #12154C
Tints of Midnight Express #12154C
RGB
CMYK
RGB Variations
Color information
#12154C (or 0x12154C) is known color: Midnight Express. HEX triplet: 12, 15 and 4C. RGB value is (18,21,76). Sum of RGB (Red+Green+Blue) = 18+21+76=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #12154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12154C is #EDEAB3. Grayscale: #1A1A1A. Windows color (decimal): -15592116 or 4986130. OLE color: 4986130.
HSL color Cylindrical-coordinate representation of color #12154C: hue angle of 236.9º 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 #12154C is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 21 | 76 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.70 |
| HSL | 236.9º | 0.62% | 0.18% | - |
| HSV(B) | 236.9º | 0.76% | 0.3% | - |
| XYZ | 1.82 | 1.19 | 6.97 | - |
| YUV | 26.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 76 | 0.76 | 0.72 | 0 | 0.70 | 236.9 | 0.62 | 0.18 |
| Hex | 12 | 15 | 4C | 4C | 48 | 0 | 46 | ED | 3E | 12 |
| Octal | 22 | 25 | 114 | 114 | 110 | 0 | 106 | 355 | 76 | 22 |
| Binary | 10010 | 10101 | 1001100 | 1001100 | 1001000 | 0 | 1000110 | 11101101 | 111110 | 10010 |
Color Harmonies of #12154C
Complementary color
Monochromatic Colors of #12154C
Black with #12154C
Text Example
Text Example
White with #12154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12154C; }
p { color: rgb(18,21,76); }
H1.HeaderClassName
{
color: #12154C;
}
.AnyTagClassName
{
color: #12154C;
}
</style>
background-color css
<style>
a { background-color: #12154C; }
a { background-color: rgb(18,21,76); }
div.DivClassName
{
background-color: #12154C;
}
.BgClassName
{
background-color: #12154C;
}
</style>
border-color css
<style>
span { border-color: #12154C; }
span { border-color: rgb(18,21,76); }
td.TdClassName
{
border-color: #12154C;
}
.TagClassName
{
border-color: #12154C;
}
</style>