Shades of Midnight Blue #121264
Tints of Midnight Blue #121264
RGB
CMYK
RGB Variations
Color information
#121264 (or 0x121264) is known color: Midnight Blue. HEX triplet: 12, 12 and 64. RGB value is (18,18,100). Sum of RGB (Red+Green+Blue) = 18+18+100=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #121264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121264 is #EDED9B. Grayscale: #1B1B1B. Windows color (decimal): -15592860 or 6558226. OLE color: 6558226.
HSL color Cylindrical-coordinate representation of color #121264: hue angle of 240º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121264 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 18 | 100 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.61 |
| HSL | 240º | 0.69% | 0.23% | - |
| HSV(B) | 240º | 0.82% | 0.39% | - |
| XYZ | 2.77 | 1.48 | 12.2 | - |
| YUV | 27.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 100 | 0.82 | 0.82 | 0 | 0.61 | 240 | 0.69 | 0.23 |
| Hex | 12 | 12 | 64 | 52 | 52 | 0 | 3D | F0 | 45 | 17 |
| Octal | 22 | 22 | 144 | 122 | 122 | 0 | 75 | 360 | 105 | 27 |
| Binary | 10010 | 10010 | 1100100 | 1010010 | 1010010 | 0 | 111101 | 11110000 | 1000101 | 10111 |
Color Harmonies of #121264
Complementary color
Monochromatic Colors of #121264
Black with #121264
Text Example
Text Example
White with #121264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121264; }
p { color: rgb(18,18,100); }
H1.HeaderClassName
{
color: #121264;
}
.AnyTagClassName
{
color: #121264;
}
</style>
background-color css
<style>
a { background-color: #121264; }
a { background-color: rgb(18,18,100); }
div.DivClassName
{
background-color: #121264;
}
.BgClassName
{
background-color: #121264;
}
</style>
border-color css
<style>
span { border-color: #121264; }
span { border-color: rgb(18,18,100); }
td.TdClassName
{
border-color: #121264;
}
.TagClassName
{
border-color: #121264;
}
</style>