Shades of Midnight Express #12143F
Tints of Midnight Express #12143F
RGB
CMYK
RGB Variations
Color information
#12143F (or 0x12143F) is known color: Midnight Express. HEX triplet: 12, 14 and 3F. RGB value is (18,20,63). Sum of RGB (Red+Green+Blue) = 18+20+63=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #12143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12143F is #EDEBC0. Grayscale: #181818. Windows color (decimal): -15592385 or 4133906. OLE color: 4133906.
HSL color Cylindrical-coordinate representation of color #12143F: hue angle of 237.33º 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 #12143F is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 20 | 63 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.75 |
| HSL | 237.33º | 0.56% | 0.16% | - |
| HSV(B) | 237.33º | 0.71% | 0.25% | - |
| XYZ | 1.4 | 0.99 | 4.82 | - |
| YUV | 24.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 63 | 0.71 | 0.68 | 0 | 0.75 | 237.33 | 0.56 | 0.16 |
| Hex | 12 | 14 | 3F | 47 | 44 | 0 | 4B | ED | 38 | 10 |
| Octal | 22 | 24 | 77 | 107 | 104 | 0 | 113 | 355 | 70 | 20 |
| Binary | 10010 | 10100 | 111111 | 1000111 | 1000100 | 0 | 1001011 | 11101101 | 111000 | 10000 |
Color Harmonies of #12143F
Complementary color
Monochromatic Colors of #12143F
Black with #12143F
Text Example
Text Example
White with #12143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12143F; }
p { color: rgb(18,20,63); }
H1.HeaderClassName
{
color: #12143F;
}
.AnyTagClassName
{
color: #12143F;
}
</style>
background-color css
<style>
a { background-color: #12143F; }
a { background-color: rgb(18,20,63); }
div.DivClassName
{
background-color: #12143F;
}
.BgClassName
{
background-color: #12143F;
}
</style>
border-color css
<style>
span { border-color: #12143F; }
span { border-color: rgb(18,20,63); }
td.TdClassName
{
border-color: #12143F;
}
.TagClassName
{
border-color: #12143F;
}
</style>