Shades of Midnight Blue #121275
Tints of Midnight Blue #121275
RGB
CMYK
RGB Variations
Color information
#121275 (or 0x121275) is known color: Midnight Blue. HEX triplet: 12, 12 and 75. RGB value is (18,18,117). Sum of RGB (Red+Green+Blue) = 18+18+117=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #121275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121275 is #EDED8A. Grayscale: #1C1C1C. Windows color (decimal): -15592843 or 7672338. OLE color: 7672338.
HSL color Cylindrical-coordinate representation of color #121275: hue angle of 240º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121275 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 18 | 117 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.54 |
| HSL | 240º | 0.73% | 0.26% | - |
| HSV(B) | 240º | 0.85% | 0.46% | - |
| XYZ | 3.68 | 1.85 | 16.99 | - |
| YUV | 29.29 | 177.5 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 117 | 0.85 | 0.85 | 0 | 0.54 | 240 | 0.73 | 0.26 |
| Hex | 12 | 12 | 75 | 55 | 55 | 0 | 36 | F0 | 49 | 1A |
| Octal | 22 | 22 | 165 | 125 | 125 | 0 | 66 | 360 | 111 | 32 |
| Binary | 10010 | 10010 | 1110101 | 1010101 | 1010101 | 0 | 110110 | 11110000 | 1001001 | 11010 |
Color Harmonies of #121275
Complementary color
Monochromatic Colors of #121275
Black with #121275
Text Example
Text Example
White with #121275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121275; }
p { color: rgb(18,18,117); }
H1.HeaderClassName
{
color: #121275;
}
.AnyTagClassName
{
color: #121275;
}
</style>
background-color css
<style>
a { background-color: #121275; }
a { background-color: rgb(18,18,117); }
div.DivClassName
{
background-color: #121275;
}
.BgClassName
{
background-color: #121275;
}
</style>
border-color css
<style>
span { border-color: #121275; }
span { border-color: rgb(18,18,117); }
td.TdClassName
{
border-color: #121275;
}
.TagClassName
{
border-color: #121275;
}
</style>