Shades of Midnight Express #121C30
Tints of Midnight Express #121C30
RGB
CMYK
RGB Variations
Color information
#121C30 (or 0x121C30) is known color: Midnight Express. HEX triplet: 12, 1C and 30. RGB value is (18,28,48). Sum of RGB (Red+Green+Blue) = 18+28+48=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #121C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C30 is #EDE3CF. Grayscale: #1B1B1B. Windows color (decimal): -15590352 or 3152914. OLE color: 3152914.
HSL color Cylindrical-coordinate representation of color #121C30: hue angle of 220º 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 #121C30 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 28 | 48 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.81 |
| HSL | 220º | 0.45% | 0.13% | - |
| HSV(B) | 220º | 0.63% | 0.19% | - |
| XYZ | 1.2 | 1.17 | 2.96 | - |
| YUV | 27.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 48 | 0.63 | 0.42 | 0 | 0.81 | 220 | 0.45 | 0.13 |
| Hex | 12 | 1C | 30 | 3F | 2A | 0 | 51 | DC | 2D | D |
| Octal | 22 | 34 | 60 | 77 | 52 | 0 | 121 | 334 | 55 | 15 |
| Binary | 10010 | 11100 | 110000 | 111111 | 101010 | 0 | 1010001 | 11011100 | 101101 | 1101 |
Color Harmonies of #121C30
Complementary color
Monochromatic Colors of #121C30
Black with #121C30
Text Example
Text Example
White with #121C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C30; }
p { color: rgb(18,28,48); }
H1.HeaderClassName
{
color: #121C30;
}
.AnyTagClassName
{
color: #121C30;
}
</style>
background-color css
<style>
a { background-color: #121C30; }
a { background-color: rgb(18,28,48); }
div.DivClassName
{
background-color: #121C30;
}
.BgClassName
{
background-color: #121C30;
}
</style>
border-color css
<style>
span { border-color: #121C30; }
span { border-color: rgb(18,28,48); }
td.TdClassName
{
border-color: #121C30;
}
.TagClassName
{
border-color: #121C30;
}
</style>