Shades of Midnight Express #121F3D
Tints of Midnight Express #121F3D
RGB
CMYK
RGB Variations
Color information
#121F3D (or 0x121F3D) is known color: Midnight Express. HEX triplet: 12, 1F and 3D. RGB value is (18,31,61). Sum of RGB (Red+Green+Blue) = 18+31+61=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #121F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F3D is #EDE0C2. Grayscale: #1E1E1E. Windows color (decimal): -15589571 or 4005650. OLE color: 4005650.
HSL color Cylindrical-coordinate representation of color #121F3D: hue angle of 221.86º 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 #121F3D is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 31 | 61 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.76 |
| HSL | 221.86º | 0.54% | 0.15% | - |
| HSV(B) | 221.86º | 0.7% | 0.24% | - |
| XYZ | 1.58 | 1.45 | 4.61 | - |
| YUV | 30.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 61 | 0.70 | 0.49 | 0 | 0.76 | 221.86 | 0.54 | 0.15 |
| Hex | 12 | 1F | 3D | 46 | 31 | 0 | 4C | DE | 36 | F |
| Octal | 22 | 37 | 75 | 106 | 61 | 0 | 114 | 336 | 66 | 17 |
| Binary | 10010 | 11111 | 111101 | 1000110 | 110001 | 0 | 1001100 | 11011110 | 110110 | 1111 |
Color Harmonies of #121F3D
Complementary color
Monochromatic Colors of #121F3D
Black with #121F3D
Text Example
Text Example
White with #121F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F3D; }
p { color: rgb(18,31,61); }
H1.HeaderClassName
{
color: #121F3D;
}
.AnyTagClassName
{
color: #121F3D;
}
</style>
background-color css
<style>
a { background-color: #121F3D; }
a { background-color: rgb(18,31,61); }
div.DivClassName
{
background-color: #121F3D;
}
.BgClassName
{
background-color: #121F3D;
}
</style>
border-color css
<style>
span { border-color: #121F3D; }
span { border-color: rgb(18,31,61); }
td.TdClassName
{
border-color: #121F3D;
}
.TagClassName
{
border-color: #121F3D;
}
</style>