Shades of Midnight Blue #120F68
Tints of Midnight Blue #120F68
RGB
CMYK
RGB Variations
Color information
#120F68 (or 0x120F68) is known color: Midnight Blue. HEX triplet: 12, 0F and 68. RGB value is (18,15,104). Sum of RGB (Red+Green+Blue) = 18+15+104=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #120F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F68 is #EDF097. Grayscale: #191919. Windows color (decimal): -15593624 or 6819602. OLE color: 6819602.
HSL color Cylindrical-coordinate representation of color #120F68: hue angle of 242.02º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120F68 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 15 | 104 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.59 |
| HSL | 242.02º | 0.75% | 0.23% | - |
| HSV(B) | 242.02º | 0.86% | 0.41% | - |
| XYZ | 2.92 | 1.47 | 13.23 | - |
| YUV | 26.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 104 | 0.83 | 0.86 | 0 | 0.59 | 242.02 | 0.75 | 0.23 |
| Hex | 12 | F | 68 | 53 | 56 | 0 | 3B | F2 | 4B | 17 |
| Octal | 22 | 17 | 150 | 123 | 126 | 0 | 73 | 362 | 113 | 27 |
| Binary | 10010 | 1111 | 1101000 | 1010011 | 1010110 | 0 | 111011 | 11110010 | 1001011 | 10111 |
Color Harmonies of #120F68
Complementary color
Monochromatic Colors of #120F68
Black with #120F68
Text Example
Text Example
White with #120F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F68; }
p { color: rgb(18,15,104); }
H1.HeaderClassName
{
color: #120F68;
}
.AnyTagClassName
{
color: #120F68;
}
</style>
background-color css
<style>
a { background-color: #120F68; }
a { background-color: rgb(18,15,104); }
div.DivClassName
{
background-color: #120F68;
}
.BgClassName
{
background-color: #120F68;
}
</style>
border-color css
<style>
span { border-color: #120F68; }
span { border-color: rgb(18,15,104); }
td.TdClassName
{
border-color: #120F68;
}
.TagClassName
{
border-color: #120F68;
}
</style>