Shades of Midnight Blue #121276
Tints of Midnight Blue #121276
RGB
CMYK
RGB Variations
Color information
#121276 (or 0x121276) is known color: Midnight Blue. HEX triplet: 12, 12 and 76. RGB value is (18,18,118). Sum of RGB (Red+Green+Blue) = 18+18+118=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #121276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121276 is #EDED89. Grayscale: #1D1D1D. Windows color (decimal): -15592842 or 7737874. OLE color: 7737874.
HSL color Cylindrical-coordinate representation of color #121276: hue angle of 240º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121276 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 18 | 118 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.54 |
| HSL | 240º | 0.74% | 0.27% | - |
| HSV(B) | 240º | 0.85% | 0.46% | - |
| XYZ | 3.74 | 1.87 | 17.3 | - |
| YUV | 29.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 118 | 0.85 | 0.85 | 0 | 0.54 | 240 | 0.74 | 0.27 |
| Hex | 12 | 12 | 76 | 55 | 55 | 0 | 36 | F0 | 4A | 1B |
| Octal | 22 | 22 | 166 | 125 | 125 | 0 | 66 | 360 | 112 | 33 |
| Binary | 10010 | 10010 | 1110110 | 1010101 | 1010101 | 0 | 110110 | 11110000 | 1001010 | 11011 |
Color Harmonies of #121276
Complementary color
Monochromatic Colors of #121276
Black with #121276
Text Example
Text Example
White with #121276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121276; }
p { color: rgb(18,18,118); }
H1.HeaderClassName
{
color: #121276;
}
.AnyTagClassName
{
color: #121276;
}
</style>
background-color css
<style>
a { background-color: #121276; }
a { background-color: rgb(18,18,118); }
div.DivClassName
{
background-color: #121276;
}
.BgClassName
{
background-color: #121276;
}
</style>
border-color css
<style>
span { border-color: #121276; }
span { border-color: rgb(18,18,118); }
td.TdClassName
{
border-color: #121276;
}
.TagClassName
{
border-color: #121276;
}
</style>