Shades of Midnight Express #121C4B
Tints of Midnight Express #121C4B
RGB
CMYK
RGB Variations
Color information
#121C4B (or 0x121C4B) is known color: Midnight Express. HEX triplet: 12, 1C and 4B. RGB value is (18,28,75). Sum of RGB (Red+Green+Blue) = 18+28+75=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #121C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C4B is #EDE3B4. Grayscale: #1E1E1E. Windows color (decimal): -15590325 or 4922386. OLE color: 4922386.
HSL color Cylindrical-coordinate representation of color #121C4B: hue angle of 229.47º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121C4B is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 28 | 75 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.71 |
| HSL | 229.47º | 0.61% | 0.18% | - |
| HSV(B) | 229.47º | 0.76% | 0.29% | - |
| XYZ | 1.93 | 1.47 | 6.84 | - |
| YUV | 30.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 75 | 0.76 | 0.63 | 0 | 0.71 | 229.47 | 0.61 | 0.18 |
| Hex | 12 | 1C | 4B | 4C | 3F | 0 | 47 | E5 | 3D | 12 |
| Octal | 22 | 34 | 113 | 114 | 77 | 0 | 107 | 345 | 75 | 22 |
| Binary | 10010 | 11100 | 1001011 | 1001100 | 111111 | 0 | 1000111 | 11100101 | 111101 | 10010 |
Color Harmonies of #121C4B
Complementary color
Monochromatic Colors of #121C4B
Black with #121C4B
Text Example
Text Example
White with #121C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C4B; }
p { color: rgb(18,28,75); }
H1.HeaderClassName
{
color: #121C4B;
}
.AnyTagClassName
{
color: #121C4B;
}
</style>
background-color css
<style>
a { background-color: #121C4B; }
a { background-color: rgb(18,28,75); }
div.DivClassName
{
background-color: #121C4B;
}
.BgClassName
{
background-color: #121C4B;
}
</style>
border-color css
<style>
span { border-color: #121C4B; }
span { border-color: rgb(18,28,75); }
td.TdClassName
{
border-color: #121C4B;
}
.TagClassName
{
border-color: #121C4B;
}
</style>