Shades of Midnight Express #12264C
Tints of Midnight Express #12264C
RGB
CMYK
RGB Variations
Color information
#12264C (or 0x12264C) is known color: Midnight Express. HEX triplet: 12, 26 and 4C. RGB value is (18,38,76). Sum of RGB (Red+Green+Blue) = 18+38+76=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #12264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12264C is #EDD9B3. Grayscale: #242424. Windows color (decimal): -15587764 or 4990482. OLE color: 4990482.
HSL color Cylindrical-coordinate representation of color #12264C: hue angle of 219.31º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12264C is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 38 | 76 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.70 |
| HSL | 219.31º | 0.62% | 0.18% | - |
| HSV(B) | 219.31º | 0.76% | 0.3% | - |
| XYZ | 2.25 | 2.04 | 7.11 | - |
| YUV | 36.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 76 | 0.76 | 0.5 | 0 | 0.70 | 219.31 | 0.62 | 0.18 |
| Hex | 12 | 26 | 4C | 4C | 32 | 0 | 46 | DB | 3E | 12 |
| Octal | 22 | 46 | 114 | 114 | 62 | 0 | 106 | 333 | 76 | 22 |
| Binary | 10010 | 100110 | 1001100 | 1001100 | 110010 | 0 | 1000110 | 11011011 | 111110 | 10010 |
Color Harmonies of #12264C
Complementary color
Monochromatic Colors of #12264C
Black with #12264C
Text Example
Text Example
White with #12264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12264C; }
p { color: rgb(18,38,76); }
H1.HeaderClassName
{
color: #12264C;
}
.AnyTagClassName
{
color: #12264C;
}
</style>
background-color css
<style>
a { background-color: #12264C; }
a { background-color: rgb(18,38,76); }
div.DivClassName
{
background-color: #12264C;
}
.BgClassName
{
background-color: #12264C;
}
</style>
border-color css
<style>
span { border-color: #12264C; }
span { border-color: rgb(18,38,76); }
td.TdClassName
{
border-color: #12264C;
}
.TagClassName
{
border-color: #12264C;
}
</style>