Shades of Midnight Express #121B3E
Tints of Midnight Express #121B3E
RGB
CMYK
RGB Variations
Color information
#121B3E (or 0x121B3E) is known color: Midnight Express. HEX triplet: 12, 1B and 3E. RGB value is (18,27,62). Sum of RGB (Red+Green+Blue) = 18+27+62=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #121B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B3E is #EDE4C1. Grayscale: #1C1C1C. Windows color (decimal): -15590594 or 4070162. OLE color: 4070162.
HSL color Cylindrical-coordinate representation of color #121B3E: hue angle of 227.73º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #121B3E is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 27 | 62 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.76 |
| HSL | 227.73º | 0.55% | 0.16% | - |
| HSV(B) | 227.73º | 0.71% | 0.24% | - |
| XYZ | 1.51 | 1.26 | 4.72 | - |
| YUV | 28.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 62 | 0.71 | 0.56 | 0 | 0.76 | 227.73 | 0.55 | 0.16 |
| Hex | 12 | 1B | 3E | 47 | 38 | 0 | 4C | E4 | 37 | 10 |
| Octal | 22 | 33 | 76 | 107 | 70 | 0 | 114 | 344 | 67 | 20 |
| Binary | 10010 | 11011 | 111110 | 1000111 | 111000 | 0 | 1001100 | 11100100 | 110111 | 10000 |
Color Harmonies of #121B3E
Complementary color
Monochromatic Colors of #121B3E
Black with #121B3E
Text Example
Text Example
White with #121B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B3E; }
p { color: rgb(18,27,62); }
H1.HeaderClassName
{
color: #121B3E;
}
.AnyTagClassName
{
color: #121B3E;
}
</style>
background-color css
<style>
a { background-color: #121B3E; }
a { background-color: rgb(18,27,62); }
div.DivClassName
{
background-color: #121B3E;
}
.BgClassName
{
background-color: #121B3E;
}
</style>
border-color css
<style>
span { border-color: #121B3E; }
span { border-color: rgb(18,27,62); }
td.TdClassName
{
border-color: #121B3E;
}
.TagClassName
{
border-color: #121B3E;
}
</style>