Shades of Midnight Express #121D30
Tints of Midnight Express #121D30
RGB
CMYK
RGB Variations
Color information
#121D30 (or 0x121D30) is known color: Midnight Express. HEX triplet: 12, 1D and 30. RGB value is (18,29,48). Sum of RGB (Red+Green+Blue) = 18+29+48=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #121D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D30 is #EDE2CF. Grayscale: #1B1B1B. Windows color (decimal): -15590096 or 3153170. OLE color: 3153170.
HSL color Cylindrical-coordinate representation of color #121D30: hue angle of 218º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121D30 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 29 | 48 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.81 |
| HSL | 218º | 0.45% | 0.13% | - |
| HSV(B) | 218º | 0.63% | 0.19% | - |
| XYZ | 1.22 | 1.22 | 2.97 | - |
| YUV | 27.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 48 | 0.63 | 0.40 | 0 | 0.81 | 218 | 0.45 | 0.13 |
| Hex | 12 | 1D | 30 | 3F | 28 | 0 | 51 | DA | 2D | D |
| Octal | 22 | 35 | 60 | 77 | 50 | 0 | 121 | 332 | 55 | 15 |
| Binary | 10010 | 11101 | 110000 | 111111 | 101000 | 0 | 1010001 | 11011010 | 101101 | 1101 |
Color Harmonies of #121D30
Complementary color
Monochromatic Colors of #121D30
Black with #121D30
Text Example
Text Example
White with #121D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D30; }
p { color: rgb(18,29,48); }
H1.HeaderClassName
{
color: #121D30;
}
.AnyTagClassName
{
color: #121D30;
}
</style>
background-color css
<style>
a { background-color: #121D30; }
a { background-color: rgb(18,29,48); }
div.DivClassName
{
background-color: #121D30;
}
.BgClassName
{
background-color: #121D30;
}
</style>
border-color css
<style>
span { border-color: #121D30; }
span { border-color: rgb(18,29,48); }
td.TdClassName
{
border-color: #121D30;
}
.TagClassName
{
border-color: #121D30;
}
</style>