Shades of Midnight Blue #120168
Tints of Midnight Blue #120168
RGB
CMYK
RGB Variations
Color information
#120168 (or 0x120168) is known color: Midnight Blue. HEX triplet: 12, 01 and 68. RGB value is (18,1,104). Sum of RGB (Red+Green+Blue) = 18+1+104=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #120168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120168 is #EDFE97. Grayscale: #111111. Windows color (decimal): -15597208 or 6816018. OLE color: 6816018.
HSL color Cylindrical-coordinate representation of color #120168: hue angle of 249.9º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120168 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 1 | 104 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.59 |
| HSL | 249.9º | 0.98% | 0.21% | - |
| HSV(B) | 249.9º | 0.99% | 0.41% | - |
| XYZ | 2.76 | 1.15 | 13.17 | - |
| YUV | 17.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 104 | 0.83 | 0.99 | 0 | 0.59 | 249.9 | 0.98 | 0.21 |
| Hex | 12 | 1 | 68 | 53 | 63 | 0 | 3B | FA | 62 | 15 |
| Octal | 22 | 1 | 150 | 123 | 143 | 0 | 73 | 372 | 142 | 25 |
| Binary | 10010 | 1 | 1101000 | 1010011 | 1100011 | 0 | 111011 | 11111010 | 1100010 | 10101 |
Color Harmonies of #120168
Complementary color
Monochromatic Colors of #120168
Black with #120168
Text Example
Text Example
White with #120168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120168; }
p { color: rgb(18,1,104); }
H1.HeaderClassName
{
color: #120168;
}
.AnyTagClassName
{
color: #120168;
}
</style>
background-color css
<style>
a { background-color: #120168; }
a { background-color: rgb(18,1,104); }
div.DivClassName
{
background-color: #120168;
}
.BgClassName
{
background-color: #120168;
}
</style>
border-color css
<style>
span { border-color: #120168; }
span { border-color: rgb(18,1,104); }
td.TdClassName
{
border-color: #120168;
}
.TagClassName
{
border-color: #120168;
}
</style>