Shades of Midnight Express #12254C
Tints of Midnight Express #12254C
RGB
CMYK
RGB Variations
Color information
#12254C (or 0x12254C) is known color: Midnight Express. HEX triplet: 12, 25 and 4C. RGB value is (18,37,76). Sum of RGB (Red+Green+Blue) = 18+37+76=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #12254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12254C is #EDDAB3. Grayscale: #232323. Windows color (decimal): -15588020 or 4990226. OLE color: 4990226.
HSL color Cylindrical-coordinate representation of color #12254C: hue angle of 220.34º 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 #12254C is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 37 | 76 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.70 |
| HSL | 220.34º | 0.62% | 0.18% | - |
| HSV(B) | 220.34º | 0.76% | 0.3% | - |
| XYZ | 2.22 | 1.97 | 7.1 | - |
| YUV | 35.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 76 | 0.76 | 0.51 | 0 | 0.70 | 220.34 | 0.62 | 0.18 |
| Hex | 12 | 25 | 4C | 4C | 33 | 0 | 46 | DC | 3E | 12 |
| Octal | 22 | 45 | 114 | 114 | 63 | 0 | 106 | 334 | 76 | 22 |
| Binary | 10010 | 100101 | 1001100 | 1001100 | 110011 | 0 | 1000110 | 11011100 | 111110 | 10010 |
Color Harmonies of #12254C
Complementary color
Monochromatic Colors of #12254C
Black with #12254C
Text Example
Text Example
White with #12254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12254C; }
p { color: rgb(18,37,76); }
H1.HeaderClassName
{
color: #12254C;
}
.AnyTagClassName
{
color: #12254C;
}
</style>
background-color css
<style>
a { background-color: #12254C; }
a { background-color: rgb(18,37,76); }
div.DivClassName
{
background-color: #12254C;
}
.BgClassName
{
background-color: #12254C;
}
</style>
border-color css
<style>
span { border-color: #12254C; }
span { border-color: rgb(18,37,76); }
td.TdClassName
{
border-color: #12254C;
}
.TagClassName
{
border-color: #12254C;
}
</style>