Shades of Midnight Express #121039
Tints of Midnight Express #121039
RGB
CMYK
RGB Variations
Color information
#121039 (or 0x121039) is known color: Midnight Express. HEX triplet: 12, 10 and 39. RGB value is (18,16,57). Sum of RGB (Red+Green+Blue) = 18+16+57=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #121039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121039 is #EDEFC6. Grayscale: #151515. Windows color (decimal): -15593415 or 3739666. OLE color: 3739666.
HSL color Cylindrical-coordinate representation of color #121039: hue angle of 242.93º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121039 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 16 | 57 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.78 |
| HSL | 242.93º | 0.56% | 0.14% | - |
| HSV(B) | 242.93º | 0.72% | 0.22% | - |
| XYZ | 1.17 | 0.79 | 3.96 | - |
| YUV | 21.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 57 | 0.68 | 0.72 | 0 | 0.78 | 242.93 | 0.56 | 0.14 |
| Hex | 12 | 10 | 39 | 44 | 48 | 0 | 4E | F3 | 38 | E |
| Octal | 22 | 20 | 71 | 104 | 110 | 0 | 116 | 363 | 70 | 16 |
| Binary | 10010 | 10000 | 111001 | 1000100 | 1001000 | 0 | 1001110 | 11110011 | 111000 | 1110 |
Color Harmonies of #121039
Complementary color
Monochromatic Colors of #121039
Black with #121039
Text Example
Text Example
White with #121039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121039; }
p { color: rgb(18,16,57); }
H1.HeaderClassName
{
color: #121039;
}
.AnyTagClassName
{
color: #121039;
}
</style>
background-color css
<style>
a { background-color: #121039; }
a { background-color: rgb(18,16,57); }
div.DivClassName
{
background-color: #121039;
}
.BgClassName
{
background-color: #121039;
}
</style>
border-color css
<style>
span { border-color: #121039; }
span { border-color: rgb(18,16,57); }
td.TdClassName
{
border-color: #121039;
}
.TagClassName
{
border-color: #121039;
}
</style>