Shades of Midnight Express #121C4F
Tints of Midnight Express #121C4F
RGB
CMYK
RGB Variations
Color information
#121C4F (or 0x121C4F) is known color: Midnight Express. HEX triplet: 12, 1C and 4F. RGB value is (18,28,79). Sum of RGB (Red+Green+Blue) = 18+28+79=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #121C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C4F is #EDE3B0. Grayscale: #1E1E1E. Windows color (decimal): -15590321 or 5184530. OLE color: 5184530.
HSL color Cylindrical-coordinate representation of color #121C4F: hue angle of 230.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121C4F is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 28 | 79 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.69 |
| HSL | 230.16º | 0.63% | 0.19% | - |
| HSV(B) | 230.16º | 0.77% | 0.31% | - |
| XYZ | 2.08 | 1.52 | 7.58 | - |
| YUV | 30.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 79 | 0.77 | 0.65 | 0 | 0.69 | 230.16 | 0.63 | 0.19 |
| Hex | 12 | 1C | 4F | 4D | 41 | 0 | 45 | E6 | 3F | 13 |
| Octal | 22 | 34 | 117 | 115 | 101 | 0 | 105 | 346 | 77 | 23 |
| Binary | 10010 | 11100 | 1001111 | 1001101 | 1000001 | 0 | 1000101 | 11100110 | 111111 | 10011 |
Color Harmonies of #121C4F
Complementary color
Monochromatic Colors of #121C4F
Black with #121C4F
Text Example
Text Example
White with #121C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C4F; }
p { color: rgb(18,28,79); }
H1.HeaderClassName
{
color: #121C4F;
}
.AnyTagClassName
{
color: #121C4F;
}
</style>
background-color css
<style>
a { background-color: #121C4F; }
a { background-color: rgb(18,28,79); }
div.DivClassName
{
background-color: #121C4F;
}
.BgClassName
{
background-color: #121C4F;
}
</style>
border-color css
<style>
span { border-color: #121C4F; }
span { border-color: rgb(18,28,79); }
td.TdClassName
{
border-color: #121C4F;
}
.TagClassName
{
border-color: #121C4F;
}
</style>