Shades of Midnight Express #121B3D
Tints of Midnight Express #121B3D
RGB
CMYK
RGB Variations
Color information
#121B3D (or 0x121B3D) is known color: Midnight Express. HEX triplet: 12, 1B and 3D. RGB value is (18,27,61). Sum of RGB (Red+Green+Blue) = 18+27+61=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #121B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B3D is #EDE4C2. Grayscale: #1C1C1C. Windows color (decimal): -15590595 or 4004626. OLE color: 4004626.
HSL color Cylindrical-coordinate representation of color #121B3D: hue angle of 227.44º 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 #121B3D is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 27 | 61 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.76 |
| HSL | 227.44º | 0.54% | 0.15% | - |
| HSV(B) | 227.44º | 0.7% | 0.24% | - |
| XYZ | 1.48 | 1.25 | 4.58 | - |
| YUV | 28.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 61 | 0.70 | 0.56 | 0 | 0.76 | 227.44 | 0.54 | 0.15 |
| Hex | 12 | 1B | 3D | 46 | 38 | 0 | 4C | E3 | 36 | F |
| Octal | 22 | 33 | 75 | 106 | 70 | 0 | 114 | 343 | 66 | 17 |
| Binary | 10010 | 11011 | 111101 | 1000110 | 111000 | 0 | 1001100 | 11100011 | 110110 | 1111 |
Color Harmonies of #121B3D
Complementary color
Monochromatic Colors of #121B3D
Black with #121B3D
Text Example
Text Example
White with #121B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B3D; }
p { color: rgb(18,27,61); }
H1.HeaderClassName
{
color: #121B3D;
}
.AnyTagClassName
{
color: #121B3D;
}
</style>
background-color css
<style>
a { background-color: #121B3D; }
a { background-color: rgb(18,27,61); }
div.DivClassName
{
background-color: #121B3D;
}
.BgClassName
{
background-color: #121B3D;
}
</style>
border-color css
<style>
span { border-color: #121B3D; }
span { border-color: rgb(18,27,61); }
td.TdClassName
{
border-color: #121B3D;
}
.TagClassName
{
border-color: #121B3D;
}
</style>