Shades of Midnight Express #121B34
Tints of Midnight Express #121B34
RGB
CMYK
RGB Variations
Color information
#121B34 (or 0x121B34) is known color: Midnight Express. HEX triplet: 12, 1B and 34. RGB value is (18,27,52). Sum of RGB (Red+Green+Blue) = 18+27+52=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #121B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B34 is #EDE4CB. Grayscale: #1B1B1B. Windows color (decimal): -15590604 or 3414802. OLE color: 3414802.
HSL color Cylindrical-coordinate representation of color #121B34: hue angle of 224.12º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121B34 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 27 | 52 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.80 |
| HSL | 224.12º | 0.49% | 0.14% | - |
| HSV(B) | 224.12º | 0.65% | 0.2% | - |
| XYZ | 1.26 | 1.16 | 3.41 | - |
| YUV | 27.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 52 | 0.65 | 0.48 | 0 | 0.80 | 224.12 | 0.49 | 0.14 |
| Hex | 12 | 1B | 34 | 41 | 30 | 0 | 50 | E0 | 31 | E |
| Octal | 22 | 33 | 64 | 101 | 60 | 0 | 120 | 340 | 61 | 16 |
| Binary | 10010 | 11011 | 110100 | 1000001 | 110000 | 0 | 1010000 | 11100000 | 110001 | 1110 |
Color Harmonies of #121B34
Complementary color
Monochromatic Colors of #121B34
Black with #121B34
Text Example
Text Example
White with #121B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B34; }
p { color: rgb(18,27,52); }
H1.HeaderClassName
{
color: #121B34;
}
.AnyTagClassName
{
color: #121B34;
}
</style>
background-color css
<style>
a { background-color: #121B34; }
a { background-color: rgb(18,27,52); }
div.DivClassName
{
background-color: #121B34;
}
.BgClassName
{
background-color: #121B34;
}
</style>
border-color css
<style>
span { border-color: #121B34; }
span { border-color: rgb(18,27,52); }
td.TdClassName
{
border-color: #121B34;
}
.TagClassName
{
border-color: #121B34;
}
</style>