Shades of Midnight Express #121A3B
Tints of Midnight Express #121A3B
RGB
CMYK
RGB Variations
Color information
#121A3B (or 0x121A3B) is known color: Midnight Express. HEX triplet: 12, 1A and 3B. RGB value is (18,26,59). Sum of RGB (Red+Green+Blue) = 18+26+59=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #121A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A3B is #EDE5C4. Grayscale: #1B1B1B. Windows color (decimal): -15590853 or 3873298. OLE color: 3873298.
HSL color Cylindrical-coordinate representation of color #121A3B: hue angle of 228.29º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #121A3B is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 26 | 59 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.77 |
| HSL | 228.29º | 0.53% | 0.15% | - |
| HSV(B) | 228.29º | 0.69% | 0.23% | - |
| XYZ | 1.41 | 1.18 | 4.29 | - |
| YUV | 27.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 59 | 0.69 | 0.56 | 0 | 0.77 | 228.29 | 0.53 | 0.15 |
| Hex | 12 | 1A | 3B | 45 | 38 | 0 | 4D | E4 | 35 | F |
| Octal | 22 | 32 | 73 | 105 | 70 | 0 | 115 | 344 | 65 | 17 |
| Binary | 10010 | 11010 | 111011 | 1000101 | 111000 | 0 | 1001101 | 11100100 | 110101 | 1111 |
Color Harmonies of #121A3B
Complementary color
Monochromatic Colors of #121A3B
Black with #121A3B
Text Example
Text Example
White with #121A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A3B; }
p { color: rgb(18,26,59); }
H1.HeaderClassName
{
color: #121A3B;
}
.AnyTagClassName
{
color: #121A3B;
}
</style>
background-color css
<style>
a { background-color: #121A3B; }
a { background-color: rgb(18,26,59); }
div.DivClassName
{
background-color: #121A3B;
}
.BgClassName
{
background-color: #121A3B;
}
</style>
border-color css
<style>
span { border-color: #121A3B; }
span { border-color: rgb(18,26,59); }
td.TdClassName
{
border-color: #121A3B;
}
.TagClassName
{
border-color: #121A3B;
}
</style>