Shades of Midnight Blue #121968
Tints of Midnight Blue #121968
RGB
CMYK
RGB Variations
Color information
#121968 (or 0x121968) is known color: Midnight Blue. HEX triplet: 12, 19 and 68. RGB value is (18,25,104). Sum of RGB (Red+Green+Blue) = 18+25+104=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #121968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121968 is #EDE697. Grayscale: #1F1F1F. Windows color (decimal): -15591064 or 6822162. OLE color: 6822162.
HSL color Cylindrical-coordinate representation of color #121968: hue angle of 235.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121968 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 25 | 104 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.59 |
| HSL | 235.12º | 0.7% | 0.24% | - |
| HSV(B) | 235.12º | 0.83% | 0.41% | - |
| XYZ | 3.1 | 1.82 | 13.29 | - |
| YUV | 31.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 104 | 0.83 | 0.76 | 0 | 0.59 | 235.12 | 0.7 | 0.24 |
| Hex | 12 | 19 | 68 | 53 | 4C | 0 | 3B | EB | 46 | 18 |
| Octal | 22 | 31 | 150 | 123 | 114 | 0 | 73 | 353 | 106 | 30 |
| Binary | 10010 | 11001 | 1101000 | 1010011 | 1001100 | 0 | 111011 | 11101011 | 1000110 | 11000 |
Color Harmonies of #121968
Complementary color
Monochromatic Colors of #121968
Black with #121968
Text Example
Text Example
White with #121968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121968; }
p { color: rgb(18,25,104); }
H1.HeaderClassName
{
color: #121968;
}
.AnyTagClassName
{
color: #121968;
}
</style>
background-color css
<style>
a { background-color: #121968; }
a { background-color: rgb(18,25,104); }
div.DivClassName
{
background-color: #121968;
}
.BgClassName
{
background-color: #121968;
}
</style>
border-color css
<style>
span { border-color: #121968; }
span { border-color: rgb(18,25,104); }
td.TdClassName
{
border-color: #121968;
}
.TagClassName
{
border-color: #121968;
}
</style>