Shades of Midnight Express #12123F
Tints of Midnight Express #12123F
RGB
CMYK
RGB Variations
Color information
#12123F (or 0x12123F) is known color: Midnight Express. HEX triplet: 12, 12 and 3F. RGB value is (18,18,63). Sum of RGB (Red+Green+Blue) = 18+18+63=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 63 (25% from 255 or 63.64% from 99); Max value from RGB is 63 - color contains mainly: blue. Hex color #12123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12123F is #EDEDC0. Grayscale: #161616. Windows color (decimal): -15592897 or 4133394. OLE color: 4133394.
HSL color Cylindrical-coordinate representation of color #12123F: hue angle of 240º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12123F is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 18 | 63 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.75 |
| HSL | 240º | 0.56% | 0.16% | - |
| HSV(B) | 240º | 0.71% | 0.25% | - |
| XYZ | 1.36 | 0.92 | 4.81 | - |
| YUV | 23.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 63 | 0.71 | 0.71 | 0 | 0.75 | 240 | 0.56 | 0.16 |
| Hex | 12 | 12 | 3F | 47 | 47 | 0 | 4B | F0 | 38 | 10 |
| Octal | 22 | 22 | 77 | 107 | 107 | 0 | 113 | 360 | 70 | 20 |
| Binary | 10010 | 10010 | 111111 | 1000111 | 1000111 | 0 | 1001011 | 11110000 | 111000 | 10000 |
Color Harmonies of #12123F
Complementary color
Monochromatic Colors of #12123F
Black with #12123F
Text Example
Text Example
White with #12123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12123F; }
p { color: rgb(18,18,63); }
H1.HeaderClassName
{
color: #12123F;
}
.AnyTagClassName
{
color: #12123F;
}
</style>
background-color css
<style>
a { background-color: #12123F; }
a { background-color: rgb(18,18,63); }
div.DivClassName
{
background-color: #12123F;
}
.BgClassName
{
background-color: #12123F;
}
</style>
border-color css
<style>
span { border-color: #12123F; }
span { border-color: rgb(18,18,63); }
td.TdClassName
{
border-color: #12123F;
}
.TagClassName
{
border-color: #12123F;
}
</style>