Shades of Midnight Express #121B36
Tints of Midnight Express #121B36
RGB
CMYK
RGB Variations
Color information
#121B36 (or 0x121B36) is known color: Midnight Express. HEX triplet: 12, 1B and 36. RGB value is (18,27,54). Sum of RGB (Red+Green+Blue) = 18+27+54=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #121B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B36 is #EDE4C9. Grayscale: #1B1B1B. Windows color (decimal): -15590602 or 3545874. OLE color: 3545874.
HSL color Cylindrical-coordinate representation of color #121B36: hue angle of 225º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121B36 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 27 | 54 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.79 |
| HSL | 225º | 0.5% | 0.14% | - |
| HSV(B) | 225º | 0.67% | 0.21% | - |
| XYZ | 1.31 | 1.18 | 3.65 | - |
| YUV | 27.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 54 | 0.67 | 0.5 | 0 | 0.79 | 225 | 0.5 | 0.14 |
| Hex | 12 | 1B | 36 | 43 | 32 | 0 | 4F | E1 | 32 | E |
| Octal | 22 | 33 | 66 | 103 | 62 | 0 | 117 | 341 | 62 | 16 |
| Binary | 10010 | 11011 | 110110 | 1000011 | 110010 | 0 | 1001111 | 11100001 | 110010 | 1110 |
Color Harmonies of #121B36
Complementary color
Monochromatic Colors of #121B36
Black with #121B36
Text Example
Text Example
White with #121B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B36; }
p { color: rgb(18,27,54); }
H1.HeaderClassName
{
color: #121B36;
}
.AnyTagClassName
{
color: #121B36;
}
</style>
background-color css
<style>
a { background-color: #121B36; }
a { background-color: rgb(18,27,54); }
div.DivClassName
{
background-color: #121B36;
}
.BgClassName
{
background-color: #121B36;
}
</style>
border-color css
<style>
span { border-color: #121B36; }
span { border-color: rgb(18,27,54); }
td.TdClassName
{
border-color: #121B36;
}
.TagClassName
{
border-color: #121B36;
}
</style>