Shades of Midnight Express #121741
Tints of Midnight Express #121741
RGB
CMYK
RGB Variations
Color information
#121741 (or 0x121741) is known color: Midnight Express. HEX triplet: 12, 17 and 41. RGB value is (18,23,65). Sum of RGB (Red+Green+Blue) = 18+23+65=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #121741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121741 is #EDE8BE. Grayscale: #1A1A1A. Windows color (decimal): -15591615 or 4265746. OLE color: 4265746.
HSL color Cylindrical-coordinate representation of color #121741: hue angle of 233.62º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121741 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 23 | 65 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.75 |
| HSL | 233.62º | 0.57% | 0.16% | - |
| HSV(B) | 233.62º | 0.72% | 0.25% | - |
| XYZ | 1.51 | 1.12 | 5.14 | - |
| YUV | 26.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 65 | 0.72 | 0.65 | 0 | 0.75 | 233.62 | 0.57 | 0.16 |
| Hex | 12 | 17 | 41 | 48 | 41 | 0 | 4B | EA | 39 | 10 |
| Octal | 22 | 27 | 101 | 110 | 101 | 0 | 113 | 352 | 71 | 20 |
| Binary | 10010 | 10111 | 1000001 | 1001000 | 1000001 | 0 | 1001011 | 11101010 | 111001 | 10000 |
Color Harmonies of #121741
Complementary color
Monochromatic Colors of #121741
Black with #121741
Text Example
Text Example
White with #121741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121741; }
p { color: rgb(18,23,65); }
H1.HeaderClassName
{
color: #121741;
}
.AnyTagClassName
{
color: #121741;
}
</style>
background-color css
<style>
a { background-color: #121741; }
a { background-color: rgb(18,23,65); }
div.DivClassName
{
background-color: #121741;
}
.BgClassName
{
background-color: #121741;
}
</style>
border-color css
<style>
span { border-color: #121741; }
span { border-color: rgb(18,23,65); }
td.TdClassName
{
border-color: #121741;
}
.TagClassName
{
border-color: #121741;
}
</style>