Shades of Midnight Express #12264D
Tints of Midnight Express #12264D
RGB
CMYK
RGB Variations
Color information
#12264D (or 0x12264D) is known color: Midnight Express. HEX triplet: 12, 26 and 4D. RGB value is (18,38,77). Sum of RGB (Red+Green+Blue) = 18+38+77=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #12264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12264D is #EDD9B2. Grayscale: #242424. Windows color (decimal): -15587763 or 5056018. OLE color: 5056018.
HSL color Cylindrical-coordinate representation of color #12264D: hue angle of 219.66º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12264D is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 38 | 77 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.70 |
| HSL | 219.66º | 0.62% | 0.19% | - |
| HSV(B) | 219.66º | 0.77% | 0.3% | - |
| XYZ | 2.28 | 2.05 | 7.3 | - |
| YUV | 36.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 77 | 0.77 | 0.51 | 0 | 0.70 | 219.66 | 0.62 | 0.19 |
| Hex | 12 | 26 | 4D | 4D | 33 | 0 | 46 | DC | 3E | 13 |
| Octal | 22 | 46 | 115 | 115 | 63 | 0 | 106 | 334 | 76 | 23 |
| Binary | 10010 | 100110 | 1001101 | 1001101 | 110011 | 0 | 1000110 | 11011100 | 111110 | 10011 |
Color Harmonies of #12264D
Complementary color
Monochromatic Colors of #12264D
Black with #12264D
Text Example
Text Example
White with #12264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12264D; }
p { color: rgb(18,38,77); }
H1.HeaderClassName
{
color: #12264D;
}
.AnyTagClassName
{
color: #12264D;
}
</style>
background-color css
<style>
a { background-color: #12264D; }
a { background-color: rgb(18,38,77); }
div.DivClassName
{
background-color: #12264D;
}
.BgClassName
{
background-color: #12264D;
}
</style>
border-color css
<style>
span { border-color: #12264D; }
span { border-color: rgb(18,38,77); }
td.TdClassName
{
border-color: #12264D;
}
.TagClassName
{
border-color: #12264D;
}
</style>