Shades of Midnight Blue #120767
Tints of Midnight Blue #120767
RGB
CMYK
RGB Variations
Color information
#120767 (or 0x120767) is known color: Midnight Blue. HEX triplet: 12, 07 and 67. RGB value is (18,7,103). Sum of RGB (Red+Green+Blue) = 18+7+103=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 103 (40.62% from 255 or 80.47% from 128); Max value from RGB is 103 - color contains mainly: blue. Hex color #120767 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120767 is #EDF898. Grayscale: #141414. Windows color (decimal): -15595673 or 6752018. OLE color: 6752018.
HSL color Cylindrical-coordinate representation of color #120767: hue angle of 246.88º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120767 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 7 | 103 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.60 |
| HSL | 246.88º | 0.87% | 0.22% | - |
| HSV(B) | 246.88º | 0.93% | 0.4% | - |
| XYZ | 2.77 | 1.26 | 12.93 | - |
| YUV | 21.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 103 | 0.83 | 0.93 | 0 | 0.60 | 246.88 | 0.87 | 0.22 |
| Hex | 12 | 7 | 67 | 53 | 5D | 0 | 3C | F7 | 57 | 16 |
| Octal | 22 | 7 | 147 | 123 | 135 | 0 | 74 | 367 | 127 | 26 |
| Binary | 10010 | 111 | 1100111 | 1010011 | 1011101 | 0 | 111100 | 11110111 | 1010111 | 10110 |
Color Harmonies of #120767
Complementary color
Monochromatic Colors of #120767
Black with #120767
Text Example
Text Example
White with #120767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120767; }
p { color: rgb(18,7,103); }
H1.HeaderClassName
{
color: #120767;
}
.AnyTagClassName
{
color: #120767;
}
</style>
background-color css
<style>
a { background-color: #120767; }
a { background-color: rgb(18,7,103); }
div.DivClassName
{
background-color: #120767;
}
.BgClassName
{
background-color: #120767;
}
</style>
border-color css
<style>
span { border-color: #120767; }
span { border-color: rgb(18,7,103); }
td.TdClassName
{
border-color: #120767;
}
.TagClassName
{
border-color: #120767;
}
</style>