Shades of Midnight Express #120F3F
Tints of Midnight Express #120F3F
RGB
CMYK
RGB Variations
Color information
#120F3F (or 0x120F3F) is known color: Midnight Express. HEX triplet: 12, 0F and 3F. RGB value is (18,15,63). Sum of RGB (Red+Green+Blue) = 18+15+63=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #120F3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F3F is #EDF0C0. Grayscale: #151515. Windows color (decimal): -15593665 or 4132626. OLE color: 4132626.
HSL color Cylindrical-coordinate representation of color #120F3F: hue angle of 243.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120F3F is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 15 | 63 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.75 |
| HSL | 243.75º | 0.62% | 0.15% | - |
| HSV(B) | 243.75º | 0.76% | 0.25% | - |
| XYZ | 1.32 | 0.83 | 4.79 | - |
| YUV | 21.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 63 | 0.71 | 0.76 | 0 | 0.75 | 243.75 | 0.62 | 0.15 |
| Hex | 12 | F | 3F | 47 | 4C | 0 | 4B | F4 | 3E | F |
| Octal | 22 | 17 | 77 | 107 | 114 | 0 | 113 | 364 | 76 | 17 |
| Binary | 10010 | 1111 | 111111 | 1000111 | 1001100 | 0 | 1001011 | 11110100 | 111110 | 1111 |
Color Harmonies of #120F3F
Complementary color
Monochromatic Colors of #120F3F
Black with #120F3F
Text Example
Text Example
White with #120F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F3F; }
p { color: rgb(18,15,63); }
H1.HeaderClassName
{
color: #120F3F;
}
.AnyTagClassName
{
color: #120F3F;
}
</style>
background-color css
<style>
a { background-color: #120F3F; }
a { background-color: rgb(18,15,63); }
div.DivClassName
{
background-color: #120F3F;
}
.BgClassName
{
background-color: #120F3F;
}
</style>
border-color css
<style>
span { border-color: #120F3F; }
span { border-color: rgb(18,15,63); }
td.TdClassName
{
border-color: #120F3F;
}
.TagClassName
{
border-color: #120F3F;
}
</style>