Shades of Midnight Blue #120F61
Tints of Midnight Blue #120F61
RGB
CMYK
RGB Variations
Color information
#120F61 (or 0x120F61) is known color: Midnight Blue. HEX triplet: 12, 0F and 61. RGB value is (18,15,97). Sum of RGB (Red+Green+Blue) = 18+15+97=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #120F61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F61 is #EDF09E. Grayscale: #181818. Windows color (decimal): -15593631 or 6360850. OLE color: 6360850.
HSL color Cylindrical-coordinate representation of color #120F61: hue angle of 242.2º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120F61 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 15 | 97 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.62 |
| HSL | 242.2º | 0.73% | 0.22% | - |
| HSV(B) | 242.2º | 0.85% | 0.38% | - |
| XYZ | 2.58 | 1.33 | 11.43 | - |
| YUV | 25.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 97 | 0.81 | 0.85 | 0 | 0.62 | 242.2 | 0.73 | 0.22 |
| Hex | 12 | F | 61 | 51 | 55 | 0 | 3E | F2 | 49 | 16 |
| Octal | 22 | 17 | 141 | 121 | 125 | 0 | 76 | 362 | 111 | 26 |
| Binary | 10010 | 1111 | 1100001 | 1010001 | 1010101 | 0 | 111110 | 11110010 | 1001001 | 10110 |
Color Harmonies of #120F61
Complementary color
Monochromatic Colors of #120F61
Black with #120F61
Text Example
Text Example
White with #120F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F61; }
p { color: rgb(18,15,97); }
H1.HeaderClassName
{
color: #120F61;
}
.AnyTagClassName
{
color: #120F61;
}
</style>
background-color css
<style>
a { background-color: #120F61; }
a { background-color: rgb(18,15,97); }
div.DivClassName
{
background-color: #120F61;
}
.BgClassName
{
background-color: #120F61;
}
</style>
border-color css
<style>
span { border-color: #120F61; }
span { border-color: rgb(18,15,97); }
td.TdClassName
{
border-color: #120F61;
}
.TagClassName
{
border-color: #120F61;
}
</style>