Shades of Midnight Express #122341
Tints of Midnight Express #122341
RGB
CMYK
RGB Variations
Color information
#122341 (or 0x122341) is known color: Midnight Express. HEX triplet: 12, 23 and 41. RGB value is (18,35,65). Sum of RGB (Red+Green+Blue) = 18+35+65=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #122341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122341 is #EDDCBE. Grayscale: #212121. Windows color (decimal): -15588543 or 4268818. OLE color: 4268818.
HSL color Cylindrical-coordinate representation of color #122341: hue angle of 218.3º 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 #122341 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 35 | 65 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.75 |
| HSL | 218.3º | 0.57% | 0.16% | - |
| HSV(B) | 218.3º | 0.72% | 0.25% | - |
| XYZ | 1.8 | 1.71 | 5.24 | - |
| YUV | 33.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 65 | 0.72 | 0.46 | 0 | 0.75 | 218.3 | 0.57 | 0.16 |
| Hex | 12 | 23 | 41 | 48 | 2E | 0 | 4B | DA | 39 | 10 |
| Octal | 22 | 43 | 101 | 110 | 56 | 0 | 113 | 332 | 71 | 20 |
| Binary | 10010 | 100011 | 1000001 | 1001000 | 101110 | 0 | 1001011 | 11011010 | 111001 | 10000 |
Color Harmonies of #122341
Complementary color
Monochromatic Colors of #122341
Black with #122341
Text Example
Text Example
White with #122341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122341; }
p { color: rgb(18,35,65); }
H1.HeaderClassName
{
color: #122341;
}
.AnyTagClassName
{
color: #122341;
}
</style>
background-color css
<style>
a { background-color: #122341; }
a { background-color: rgb(18,35,65); }
div.DivClassName
{
background-color: #122341;
}
.BgClassName
{
background-color: #122341;
}
</style>
border-color css
<style>
span { border-color: #122341; }
span { border-color: rgb(18,35,65); }
td.TdClassName
{
border-color: #122341;
}
.TagClassName
{
border-color: #122341;
}
</style>