Shades of Midnight Blue #121272
Tints of Midnight Blue #121272
RGB
CMYK
RGB Variations
Color information
#121272 (or 0x121272) is known color: Midnight Blue. HEX triplet: 12, 12 and 72. RGB value is (18,18,114). Sum of RGB (Red+Green+Blue) = 18+18+114=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #121272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121272 is #EDED8D. Grayscale: #1C1C1C. Windows color (decimal): -15592846 or 7475730. OLE color: 7475730.
HSL color Cylindrical-coordinate representation of color #121272: hue angle of 240º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121272 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 18 | 114 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.55 |
| HSL | 240º | 0.73% | 0.26% | - |
| HSV(B) | 240º | 0.84% | 0.45% | - |
| XYZ | 3.5 | 1.78 | 16.08 | - |
| YUV | 28.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 114 | 0.84 | 0.84 | 0 | 0.55 | 240 | 0.73 | 0.26 |
| Hex | 12 | 12 | 72 | 54 | 54 | 0 | 37 | F0 | 49 | 1A |
| Octal | 22 | 22 | 162 | 124 | 124 | 0 | 67 | 360 | 111 | 32 |
| Binary | 10010 | 10010 | 1110010 | 1010100 | 1010100 | 0 | 110111 | 11110000 | 1001001 | 11010 |
Color Harmonies of #121272
Complementary color
Monochromatic Colors of #121272
Black with #121272
Text Example
Text Example
White with #121272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121272; }
p { color: rgb(18,18,114); }
H1.HeaderClassName
{
color: #121272;
}
.AnyTagClassName
{
color: #121272;
}
</style>
background-color css
<style>
a { background-color: #121272; }
a { background-color: rgb(18,18,114); }
div.DivClassName
{
background-color: #121272;
}
.BgClassName
{
background-color: #121272;
}
</style>
border-color css
<style>
span { border-color: #121272; }
span { border-color: rgb(18,18,114); }
td.TdClassName
{
border-color: #121272;
}
.TagClassName
{
border-color: #121272;
}
</style>