Shades of Midnight Express #121C3D
Tints of Midnight Express #121C3D
RGB
CMYK
RGB Variations
Color information
#121C3D (or 0x121C3D) is known color: Midnight Express. HEX triplet: 12, 1C and 3D. RGB value is (18,28,61). Sum of RGB (Red+Green+Blue) = 18+28+61=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #121C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C3D is #EDE3C2. Grayscale: #1C1C1C. Windows color (decimal): -15590339 or 4004882. OLE color: 4004882.
HSL color Cylindrical-coordinate representation of color #121C3D: hue angle of 226.05º 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 #121C3D is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 28 | 61 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.76 |
| HSL | 226.05º | 0.54% | 0.15% | - |
| HSV(B) | 226.05º | 0.7% | 0.24% | - |
| XYZ | 1.51 | 1.3 | 4.59 | - |
| YUV | 28.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 61 | 0.70 | 0.54 | 0 | 0.76 | 226.05 | 0.54 | 0.15 |
| Hex | 12 | 1C | 3D | 46 | 36 | 0 | 4C | E2 | 36 | F |
| Octal | 22 | 34 | 75 | 106 | 66 | 0 | 114 | 342 | 66 | 17 |
| Binary | 10010 | 11100 | 111101 | 1000110 | 110110 | 0 | 1001100 | 11100010 | 110110 | 1111 |
Color Harmonies of #121C3D
Complementary color
Monochromatic Colors of #121C3D
Black with #121C3D
Text Example
Text Example
White with #121C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C3D; }
p { color: rgb(18,28,61); }
H1.HeaderClassName
{
color: #121C3D;
}
.AnyTagClassName
{
color: #121C3D;
}
</style>
background-color css
<style>
a { background-color: #121C3D; }
a { background-color: rgb(18,28,61); }
div.DivClassName
{
background-color: #121C3D;
}
.BgClassName
{
background-color: #121C3D;
}
</style>
border-color css
<style>
span { border-color: #121C3D; }
span { border-color: rgb(18,28,61); }
td.TdClassName
{
border-color: #121C3D;
}
.TagClassName
{
border-color: #121C3D;
}
</style>