Shades of Midnight Express #12103E
Tints of Midnight Express #12103E
RGB
CMYK
RGB Variations
Color information
#12103E (or 0x12103E) is known color: Midnight Express. HEX triplet: 12, 10 and 3E. RGB value is (18,16,62). Sum of RGB (Red+Green+Blue) = 18+16+62=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #12103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12103E is #EDEFC1. Grayscale: #151515. Windows color (decimal): -15593410 or 4067346. OLE color: 4067346.
HSL color Cylindrical-coordinate representation of color #12103E: hue angle of 242.61º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12103E is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 16 | 62 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.76 |
| HSL | 242.61º | 0.59% | 0.15% | - |
| HSV(B) | 242.61º | 0.74% | 0.24% | - |
| XYZ | 1.3 | 0.85 | 4.65 | - |
| YUV | 21.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 62 | 0.71 | 0.74 | 0 | 0.76 | 242.61 | 0.59 | 0.15 |
| Hex | 12 | 10 | 3E | 47 | 4A | 0 | 4C | F3 | 3B | F |
| Octal | 22 | 20 | 76 | 107 | 112 | 0 | 114 | 363 | 73 | 17 |
| Binary | 10010 | 10000 | 111110 | 1000111 | 1001010 | 0 | 1001100 | 11110011 | 111011 | 1111 |
Color Harmonies of #12103E
Complementary color
Monochromatic Colors of #12103E
Black with #12103E
Text Example
Text Example
White with #12103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12103E; }
p { color: rgb(18,16,62); }
H1.HeaderClassName
{
color: #12103E;
}
.AnyTagClassName
{
color: #12103E;
}
</style>
background-color css
<style>
a { background-color: #12103E; }
a { background-color: rgb(18,16,62); }
div.DivClassName
{
background-color: #12103E;
}
.BgClassName
{
background-color: #12103E;
}
</style>
border-color css
<style>
span { border-color: #12103E; }
span { border-color: rgb(18,16,62); }
td.TdClassName
{
border-color: #12103E;
}
.TagClassName
{
border-color: #12103E;
}
</style>