Shades of Midnight Blue #120068
Tints of Midnight Blue #120068
RGB
CMYK
RGB Variations
Color information
#120068 (or 0x120068) is known color: Midnight Blue. HEX triplet: 12, 00 and 68. RGB value is (18,0,104). Sum of RGB (Red+Green+Blue) = 18+0+104=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 104 (41.02% from 255 or 85.25% from 122); Max value from RGB is 104 - color contains mainly: blue. Hex color #120068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120068 is #EDFF97. Grayscale: #101010. Windows color (decimal): -15597464 or 6815762. OLE color: 6815762.
HSL color Cylindrical-coordinate representation of color #120068: hue angle of 250.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120068 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 0 | 104 | - |
| CMYK | 0.83 | 1 | 0 | 0.59 |
| HSL | 250.38º | 1% | 0.2% | - |
| HSV(B) | 250.38º | 1% | 0.41% | - |
| XYZ | 2.75 | 1.13 | 13.17 | - |
| YUV | 17.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 104 | 0.83 | 1 | 0 | 0.59 | 250.38 | 1 | 0.2 |
| Hex | 12 | 0 | 68 | 53 | 64 | 0 | 3B | FA | 64 | 14 |
| Octal | 22 | 0 | 150 | 123 | 144 | 0 | 73 | 372 | 144 | 24 |
| Binary | 10010 | 0 | 1101000 | 1010011 | 1100100 | 0 | 111011 | 11111010 | 1100100 | 10100 |
Color Harmonies of #120068
Complementary color
Monochromatic Colors of #120068
Black with #120068
Text Example
Text Example
White with #120068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120068; }
p { color: rgb(18,0,104); }
H1.HeaderClassName
{
color: #120068;
}
.AnyTagClassName
{
color: #120068;
}
</style>
background-color css
<style>
a { background-color: #120068; }
a { background-color: rgb(18,0,104); }
div.DivClassName
{
background-color: #120068;
}
.BgClassName
{
background-color: #120068;
}
</style>
border-color css
<style>
span { border-color: #120068; }
span { border-color: rgb(18,0,104); }
td.TdClassName
{
border-color: #120068;
}
.TagClassName
{
border-color: #120068;
}
</style>