Shades of Midnight Express #12163F
Tints of Midnight Express #12163F
RGB
CMYK
RGB Variations
Color information
#12163F (or 0x12163F) is known color: Midnight Express. HEX triplet: 12, 16 and 3F. RGB value is (18,22,63). Sum of RGB (Red+Green+Blue) = 18+22+63=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #12163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12163F is #EDE9C0. Grayscale: #191919. Windows color (decimal): -15591873 or 4134418. OLE color: 4134418.
HSL color Cylindrical-coordinate representation of color #12163F: hue angle of 234.67º 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 #12163F is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 22 | 63 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.75 |
| HSL | 234.67º | 0.56% | 0.16% | - |
| HSV(B) | 234.67º | 0.71% | 0.25% | - |
| XYZ | 1.43 | 1.06 | 4.83 | - |
| YUV | 25.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 63 | 0.71 | 0.65 | 0 | 0.75 | 234.67 | 0.56 | 0.16 |
| Hex | 12 | 16 | 3F | 47 | 41 | 0 | 4B | EB | 38 | 10 |
| Octal | 22 | 26 | 77 | 107 | 101 | 0 | 113 | 353 | 70 | 20 |
| Binary | 10010 | 10110 | 111111 | 1000111 | 1000001 | 0 | 1001011 | 11101011 | 111000 | 10000 |
Color Harmonies of #12163F
Complementary color
Monochromatic Colors of #12163F
Black with #12163F
Text Example
Text Example
White with #12163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12163F; }
p { color: rgb(18,22,63); }
H1.HeaderClassName
{
color: #12163F;
}
.AnyTagClassName
{
color: #12163F;
}
</style>
background-color css
<style>
a { background-color: #12163F; }
a { background-color: rgb(18,22,63); }
div.DivClassName
{
background-color: #12163F;
}
.BgClassName
{
background-color: #12163F;
}
</style>
border-color css
<style>
span { border-color: #12163F; }
span { border-color: rgb(18,22,63); }
td.TdClassName
{
border-color: #12163F;
}
.TagClassName
{
border-color: #12163F;
}
</style>