Shades of Midnight Express #121E3F
Tints of Midnight Express #121E3F
RGB
CMYK
RGB Variations
Color information
#121E3F (or 0x121E3F) is known color: Midnight Express. HEX triplet: 12, 1E and 3F. RGB value is (18,30,63). Sum of RGB (Red+Green+Blue) = 18+30+63=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #121E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E3F is #EDE1C0. Grayscale: #1E1E1E. Windows color (decimal): -15589825 or 4136466. OLE color: 4136466.
HSL color Cylindrical-coordinate representation of color #121E3F: hue angle of 224º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #121E3F is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 30 | 63 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.75 |
| HSL | 224º | 0.56% | 0.16% | - |
| HSV(B) | 224º | 0.71% | 0.25% | - |
| XYZ | 1.61 | 1.42 | 4.89 | - |
| YUV | 30.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 63 | 0.71 | 0.52 | 0 | 0.75 | 224 | 0.56 | 0.16 |
| Hex | 12 | 1E | 3F | 47 | 34 | 0 | 4B | E0 | 38 | 10 |
| Octal | 22 | 36 | 77 | 107 | 64 | 0 | 113 | 340 | 70 | 20 |
| Binary | 10010 | 11110 | 111111 | 1000111 | 110100 | 0 | 1001011 | 11100000 | 111000 | 10000 |
Color Harmonies of #121E3F
Complementary color
Monochromatic Colors of #121E3F
Black with #121E3F
Text Example
Text Example
White with #121E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E3F; }
p { color: rgb(18,30,63); }
H1.HeaderClassName
{
color: #121E3F;
}
.AnyTagClassName
{
color: #121E3F;
}
</style>
background-color css
<style>
a { background-color: #121E3F; }
a { background-color: rgb(18,30,63); }
div.DivClassName
{
background-color: #121E3F;
}
.BgClassName
{
background-color: #121E3F;
}
</style>
border-color css
<style>
span { border-color: #121E3F; }
span { border-color: rgb(18,30,63); }
td.TdClassName
{
border-color: #121E3F;
}
.TagClassName
{
border-color: #121E3F;
}
</style>